mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2025-04-04 22:01:11 +00:00
Formatting update file
This commit is contained in:
parent
3ce74c1340
commit
3e25a1aef2
@ -10,19 +10,22 @@ function s() {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sudo -k
|
||||||
echo -n Please type your sudo password:
|
echo -n Please type your sudo password:
|
||||||
read -s sudoPass
|
read -s sudoPass
|
||||||
echo; echo
|
echo
|
||||||
|
s "echo '**********'"
|
||||||
|
|
||||||
bold "Pacman-mirrors -g"
|
bold "Pacman-mirrors -g"
|
||||||
s "pacman-mirrors -g"
|
s "pacman-mirrors -g"
|
||||||
echo
|
|
||||||
bold "Updating with PACMAN..."
|
bold "Updating with PACMAN..."
|
||||||
s "pacman -Syu --color always"
|
s "pacman -Syu --color always"
|
||||||
echo
|
|
||||||
bold "Updating with AURMAN..."
|
bold "Updating with AURMAN..."
|
||||||
aurman -Su --noedit --noconfirm --color always
|
aurman -Su --noedit --noconfirm --color always
|
||||||
echo
|
|
||||||
bold "Cleaning stuff..."
|
bold "Cleaning stuff..."
|
||||||
echo -e "$sudoPass\n" | yes | (sudo -S pacman -Rns $(pacman -Qtdq) --color always)
|
echo -e "$sudoPass\n" | yes | (sudo -S pacman -Rns $(pacman -Qtdq) --color always)
|
||||||
echo
|
|
||||||
notify-send "Update script has finished!"
|
notify-send "Update script has finished!"
|
||||||
|
Loading…
Reference in New Issue
Block a user