mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
Create updateRepositories.sh
Basic updating original packages with pacman
This commit is contained in:
parent
bb7e074fb3
commit
2c4b27430e
6
Pacman/updateRepositories.sh
Normal file
6
Pacman/updateRepositories.sh
Normal file
@ -0,0 +1,6 @@
|
||||
echo
|
||||
echo Updating with Pacman...
|
||||
echo
|
||||
pacman -Syu --color always
|
||||
echo
|
||||
yes | pacman -Sc --color always
|
Loading…
Reference in New Issue
Block a user