mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
2c4b27430e
Basic updating original packages with pacman
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
|