Simplyfied check_updates.sh.
This commit is contained in:
parent
3bfc387394
commit
5240265300
@ -1,29 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "fish-shell"
|
~/Desktop/Insync/Development/Python/apt-urlcheck/apt-urlcheck.py
|
||||||
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"
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt list --upgradable
|
sudo apt list --upgradable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user