Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddan9 authored May 3, 2021
1 parent 43917eb commit 6c1b8ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@ if [[ $lang = "" ]]
echo "$spacing"
echo ""

sudo apt install -y sudo
sudo apt-get install -y sudo

echo ""

sudo apt update
sudo apt-get update

echo ""

sudo apt upgrade -y
sudo apt-get upgrade -y

echo ""

sudo apt install -y dosbox
sudo apt-get install -y dosbox

echo ""

sudo apt dist-upgrade -y
sudo apt-get dist-upgrade -y

echo ""

Expand Down Expand Up @@ -137,23 +137,23 @@ if [[ $lang = "" ]]
echo "$spacing"
echo ""

sudo apt install -y sudo
sudo apt-get install -y sudo

echo ""

sudo apt update
sudo apt-get update

echo ""

sudo apt upgrade -y
sudo apt-get upgrade -y

echo ""

sudo apt install -y dosbox
sudo apt-get install -y dosbox

echo ""

sudo apt dist-upgrade -y
sudo apt-get dist-upgrade -y

echo ""

Expand Down

0 comments on commit 6c1b8ea

Please sign in to comment.