mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
f52ef2ba01
commit
ef21d1de79
@ -13,10 +13,10 @@ chmod +x webimage.sh
|
|||||||
rm -rf webimage.sh
|
rm -rf webimage.sh
|
||||||
WEBIMAGE_NAME=$(ls -1 webimage_extracted/)
|
WEBIMAGE_NAME=$(ls -1 webimage_extracted/)
|
||||||
if [ -z "$COMPONENTS" ]; then
|
if [ -z "$COMPONENTS" ]; then
|
||||||
sudo webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=.
|
webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=.
|
||||||
installer_exit_code=$?
|
installer_exit_code=$?
|
||||||
else
|
else
|
||||||
sudo webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=.
|
webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=.
|
||||||
installer_exit_code=$?
|
installer_exit_code=$?
|
||||||
fi
|
fi
|
||||||
rm -rf webimage_extracted
|
rm -rf webimage_extracted
|
||||||
|
Loading…
Reference in New Issue
Block a user