From 5240265300f9c30001b19bebd8aeac847bfcb3a4 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 27 Sep 2018 19:43:18 +0200 Subject: [PATCH] Simplyfied check_updates.sh. --- check_updates.sh | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/check_updates.sh b/check_updates.sh index c330b45..6d72869 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -1,29 +1,5 @@ #!/bin/sh -echo "fish-shell" -cd ~/Desktop/fish-shell -git pull -echo "RETURN VALUE: $? (make clean; autoconf; ./configure --prefix=/usr --sysconfdir=/etc; make)" -cd - -#echo "gTimelog" -#cd ~/Desktop/Insync/Apps/gtimelog -#bzr up -#echo "RETURN VALUE: $?" -#cd - -#echo "Tiny Tiny RSS" -#cd ~/Desktop/Insync/Development/PHP/Tiny-Tiny-RSS -#git pu -#echo "RETURN VAULE: $?" -#cd - -echo "powerline" -cd ~/Desktop/Insync/Apps/powerline -git pull -echo "RETURN VAULE: $?" -cd - -~/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" +~/Desktop/Insync/Development/Python/apt-urlcheck/apt-urlcheck.py sudo apt update sudo apt list --upgradable