Skip to content

Commit 43baab9

Browse files
committed
provision.sh: increase permissions, install apt-utils and run node install script without sudo
1 parent 3c034bc commit 43baab9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nodethon/provision.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export ENV LANG=en_US.UTF-8
3131
export ENV LANGUAGE=en_US:en
3232
export ENV LC_ALL=en_US.UTF-8
3333

34+
apt-get -y install apt-utils
3435
apt-get -y install software-properties-common
3536
apt-get -y install git
3637
apt-get -y install curl
@@ -45,7 +46,7 @@ apt-get -y install python3-pip
4546
pip3 install tox
4647

4748
# Node.js (13), npm (6.14) and JS dependencies
48-
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
49+
curl -sL https://deb.nodesource.com/setup_13.x | bash -
4950
apt-get -y install nodejs
5051
node -v
5152
npm -v

0 commit comments

Comments
 (0)