We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162e12 commit 32010bcCopy full SHA for 32010bc
linux/bootstrap_linux2.sh
@@ -6,6 +6,7 @@ while [ "$1" != "" ]; do
6
case $1 in
7
--skip-packages) shift
8
INSTALL_PACKAGES='false'
9
+ COMMON_SETUP_ARGS="-NoPackages"
10
;;
11
* ) echo "Invalid argument: $1"
12
exit 1
@@ -135,7 +136,7 @@ if test ! $(which pwsh); then
135
136
echo $'\nPowerShell Core (pwsh) not found, skipping setup'
137
else
138
echo $'\nSetting up PowerShell Core...'
- pwsh -nop -file $SCRIPT_PATH/../common/common_setup.ps1
139
+ pwsh -nop -file $SCRIPT_PATH/../common/common_setup.ps1 $COMMON_SETUP_ARGS
140
fi
141
142
# Set up terraform with tfenv
0 commit comments