File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ chmod +x webimage.sh
13
13
rm -rf webimage.sh
14
14
WEBIMAGE_NAME=$( ls -1 webimage_extracted/)
15
15
if [ -z " $COMPONENTS " ]; then
16
- sudo webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes -- log-dir=.
16
+ sudo webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --eula=accept --log-dir=.
17
17
installer_exit_code=$?
18
18
else
19
- sudo webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --continue-with-optional-error=yes -- log-dir=.
19
+ sudo webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --log-dir=.
20
20
installer_exit_code=$?
21
21
fi
22
22
rm -rf webimage_extracted
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ chmod +x webimage.sh
13
13
rm -rf webimage.sh
14
14
WEBIMAGE_NAME=$( ls -1 webimage_extracted/)
15
15
if [ -z " $COMPONENTS " ]; then
16
- webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes -- log-dir=.
16
+ webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --eula=accept --log-dir=.
17
17
installer_exit_code=$?
18
18
else
19
- webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --continue-with-optional-error=yes -- log-dir=.
19
+ webimage_extracted/" $WEBIMAGE_NAME " /bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --log-dir=.
20
20
installer_exit_code=$?
21
21
fi
22
22
rm -rf webimage_extracted
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ -z "$COMPONENTS" ]; then
13
13
sudo /Volumes/" $( basename " $URL " .dmg) " /bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=.
14
14
installer_exit_code=$?
15
15
else
16
- sudo /Volumes/" $( basename " $URL " .dmg) " /bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --continue-with-optional-error=yes -- log-dir=.
16
+ sudo /Volumes/" $( basename " $URL " .dmg) " /bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --components=" $COMPONENTS " --eula=accept --log-dir=.
17
17
installer_exit_code=$?
18
18
fi
19
19
hdiutil detach /Volumes/" $( basename " $URL " .dmg) " -quiet
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ curl.exe --output webimage.exe --url %URL% --retry 5 --retry-delay 5
9
9
start /b /wait webimage.exe -s -x -f webimage_extracted --log extract.log
10
10
del webimage.exe
11
11
if " %COMPONENTS% " == " " (
12
- webimage_extracted\bootstrapper.exe -s --action install --eula=accept --continue-with-optional-error=yes - p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
12
+ webimage_extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
13
13
) else (
14
- webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept --continue-with-optional-error=yes - p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
14
+ webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
15
15
)
You can’t perform that action at this time.
0 commit comments