Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Jul 17, 2021
1 parent 5de4286 commit 2491c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install/ubuntu18/install_qcobjects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo apt-get -y install software-properties-common
sudo add-apt-repository -y universe
sudo add-apt-repository -y ppa:certbot/certbot
sudo apt-get -y install certbot
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get -y update && sudo apt-get install yarn
sudo apt-get install -y nodejs
sudo apt-get -y upgrade
Expand Down

0 comments on commit 2491c92

Please sign in to comment.