@ -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() {