We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9673c5e commit f279e40Copy full SHA for f279e40
scripts/automation_init.sh
@@ -9,7 +9,7 @@ pip install setuptools==78.1.0 > /dev/null
9
10
# install tsp-client globally (local install may interfere with tooling)
11
echo Install tsp-client
12
-sudo npm install -g @azure-tools/[email protected] > /dev/null
+npm install -g @azure-tools/[email protected] > /dev/null
13
14
echo "{}" >> $2
15
echo "[Generate] init success!!!"
0 commit comments