Jaap Marcus 1 год назад
Родитель
Сommit
26f2baf6c6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/hst_autocompile.sh

@@ -282,7 +282,7 @@ if [ "$dontinstalldeps" != 'true' ]; then
 		codename="$(lsb_release -s -c)"
 
 		if [ -z $(which "node") ]; then
-			curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
+			curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
 		fi
 
 		echo "Installing Node.js..."