From 9c6dfc976fbfcd0b909369d75716693303028429 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Wed, 16 Nov 2016 20:48:47 +0100 Subject: [PATCH] Updated to use apt instead of aptitude (or apt-get). --- check_updates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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