File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keys
869869# Detect if nodejs is allready installed if not add the repo
870870echo " [ * ] Node.js 20.x"
871871if [ -z $( which " node" ) ]; then
872- curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
872+ curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
873873else
874874 echo " - Node.js is already installed"
875875fi
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keys
838838# Detect if nodejs is allready installed if not add the repo
839839echo " [ * ] Node.js 20.x"
840840if [ -z $( which " node" ) ]; then
841- curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
841+ curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
842842else
843843 echo " - Node.js is already installed"
844844fi
You can’t perform that action at this time.
0 commit comments