diff --git a/Pacman/updateRepositories.sh b/Pacman/updateRepositories.sh new file mode 100644 index 0000000..6822e37 --- /dev/null +++ b/Pacman/updateRepositories.sh @@ -0,0 +1,6 @@ +echo +echo Updating with Pacman... +echo +pacman -Syu --color always +echo +yes | pacman -Sc --color always