You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/build_indi.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ if [ -z "${BUILD_INDI_SETTINGS:-}" ]; then
165
165
if [ -n"${WHIPTAIL_BIN:-}" ];then
166
166
"$WHIPTAIL_BIN" \
167
167
--title "indi-allsky - INDI Build" \
168
-
--msgbox "*** Welcome to the indi-allsky INDI build script ***\n\nDistribution: $DISTRO_ID\nRelease: $DISTRO_VERSION_ID\nArch: $CPU_ARCH\nBits: $CPU_BITS\n\nCPUs: $CPU_TOTAL\nMemory: $MEM_TOTAL kB\n\nBuild INDI version: ${INDI_CORE_TAG:-ask}\n\nExisting INDI: $DETECTED_INDIVERSION\n\nBUILD_INDI_CORE: ${BUILD_INDI_CORE:-ask}\nBUILD_INDI_3RDPARTY: ${BUILD_INDI_3RDPARTY:-ask}\nBUILD_INDI_CAMERA_VENDOR: ${BUILD_INDI_CAMERA_VENDOR:-ask}\n\nRunning make with $MAKE_CONCURRENT processes" 0 0
168
+
--msgbox "*** Welcome to the indi-allsky INDI build script ***\n\nDistribution: $DISTRO_ID\nRelease: $DISTRO_VERSION_ID\nArch: $CPU_ARCH\nBits: $CPU_BITS\n\nCPUs: $CPU_TOTAL\nMemory: $MEM_TOTAL kB\n\nBuild INDI version: ${INDI_CORE_TAG:-ask}\n\nExisting INDI: $DETECTED_INDIVERSION\n\nBUILD_INDI_CORE: ${BUILD_INDI_CORE:-ask}\nBUILD_INDI_3RDPARTY: ${BUILD_INDI_3RDPARTY:-ask}\nBUILD_INDI_CAMERA_VENDOR: ${BUILD_INDI_CAMERA_VENDOR:-ask}\n\nmake will be run with $MAKE_CONCURRENT concurrent processes" 0 0
0 commit comments