diff --git a/check_updates.sh b/check_updates.sh index 3d58ca0..e2815af 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -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