Skip to content

Commit

Permalink
close kaleidos-ventures#59 apt-get -> apt
Browse files Browse the repository at this point in the history
  • Loading branch information
BuhtigithuB committed Jul 19, 2018
1 parent 5a59ee3 commit 167744a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ function package-not-installed {
test -z "$(sudo dpkg -s $1 2> /dev/null | grep Status)"
}

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

0 comments on commit 167744a

Please sign in to comment.