Skip to content

Commit 26f2baf

Browse files
committed
Don't use sudo
1 parent fae1fe9 commit 26f2baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ if [ "$dontinstalldeps" != 'true' ]; then
282282
codename="$(lsb_release -s -c)"
283283

284284
if [ -z $(which "node") ]; then
285-
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
285+
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
286286
fi
287287

288288
echo "Installing Node.js..."

0 commit comments

Comments
 (0)