Create updateRepositories.sh

Basic updating original packages with pacman
This commit is contained in:
Bruno Fontes 2018-06-11 13:41:20 -03:00 committed by GitHub
parent bb7e074fb3
commit 2c4b27430e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
echo
echo Updating with Pacman...
echo
pacman -Syu --color always
echo
yes | pacman -Sc --color always