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 fae1fe9 commit 26f2bafCopy full SHA for 26f2baf
src/hst_autocompile.sh
@@ -282,7 +282,7 @@ if [ "$dontinstalldeps" != 'true' ]; then
282
codename="$(lsb_release -s -c)"
283
284
if [ -z $(which "node") ]; then
285
- curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
+ curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
286
fi
287
288
echo "Installing Node.js..."
0 commit comments