mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +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
|