Updated to use apt instead of aptitude (or apt-get).

This commit is contained in:
2016-11-16 20:48:47 +01:00
parent 02dda35763
commit 9c6dfc976f

View File

@ -19,9 +19,9 @@ cd ~/Desktop/Insync/Apps/powerline
git pull
echo "RETURN VAULE: $?"
cd -
~/Desktop/Insync/Public/apt-repos/apt-urlcheck.php
~/Desktop/Insync/Development/PHP/apt-urlcheck/apt-urlcheck.php
#wget -q -O - "http://www.sublimetext.com/dev" | grep "The current Sublime Text 2"
#wget -q -O - "http://www.sublimetext.com/nightly" | grep "The current Sublime Text 2"
wget -q -O - "http://www.sublimetext.com/3" | grep "The latest build is"
wget -q -O - "http://www.sublimetext.com/3dev" | grep "The current Sublime Text 3"
sudo aptitude update -q
sudo apt update