david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-11-19 12:10:06 +01:00
parent e004fa9ed6
commit ed13014838
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ update()
#
#checking for system
systems="ubuntu arch solus raspbian"
systems="ubuntu arch solus raspbian antergos"
issue="$(cat /etc/issue)"
for item in $systems; do
echo $issue | grep -i $item >> /dev/null
@ -167,7 +167,7 @@ update()
sudo apt-get update && sudo apt-get dist-upgrade
;;
arch)
arch|antergos)
echo "Updating Arch Linux.."
sudo pacman -Syu
;;