mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 06:34:56 +00:00
Replacing the s"command"
Avoinding issues using the "s" command only with echo. Pacman-mirrors - As I have used only mirrors from Brazil, it makes more sense to restrict it just here.
This commit is contained in:
parent
2b6ee0f696
commit
895f356687
@ -17,10 +17,11 @@ echo
|
|||||||
s "echo '**********'"
|
s "echo '**********'"
|
||||||
|
|
||||||
bold "Pacman-mirrors -c"
|
bold "Pacman-mirrors -c"
|
||||||
s "pacman-mirrors -c Brazil Chile United_States"
|
s "pacman-mirrors -c Brazil"
|
||||||
|
|
||||||
#bold "Updating with PACMAN..."
|
#bold "Updating with PACMAN..."
|
||||||
s "pacman -Syu --color always"
|
s "echo"
|
||||||
|
yes | sudo pacman -Syyu --color always
|
||||||
|
|
||||||
bold "Updating with AURMAN..."
|
bold "Updating with AURMAN..."
|
||||||
s "echo"
|
s "echo"
|
||||||
|
Loading…
Reference in New Issue
Block a user