Browse Source

order change

master
junikimm717 3 years ago
parent
commit
e66e8eea84
  1. 4
      user_ubuntu.sh

4
user_ubuntu.sh

@ -19,8 +19,8 @@ usertest() {
sudo apt install -y make curl
echo "Updating APT and adding PPA's"
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt -y update || exit 1
sudo apt -y upgrade || exit 1
sudo apt update -y || exit 1
sudo apt upgrade -y || exit 1
}
dev() {

Loading…
Cancel
Save