mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2025-02-22 07:34:44 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
echo
|
|
echo Updating with Pacman...
|
|
echo
|
|
pacman -Syu --color always
|
|
echo
|
|
yes | pacman -Sc --color always
|