Skip to content

Commit

Permalink
compatibility updates for newer ubuntus - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mudlee authored and Mudlee committed Feb 8, 2021
1 parent 3891185 commit a31d359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ install_deps () {
sudo curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - > /dev/null 2>&1
sudo curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - > /dev/null 2>&1
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list > /dev/null 2>&1
sudo apt-get update && sudo apt-get install -y nodejs yarn > /dev/null 2>&1
sudo apt-get update > /dev/null 2>&1
sudo apt-get install -y nodejs yarn > /dev/null 2>&1

sudo npm install -g grunt-cli pm2 lerna > /dev/null 2>&1
pm2 install pm2-logrotate > /dev/null 2>&1
Expand Down

0 comments on commit a31d359

Please sign in to comment.