Created
January 12, 2017 01:08
-
-
Save eltonvs/0e661e356a1f2ffcf218843db174ce0d to your computer and use it in GitHub Desktop.
Shell script to update all repositories (works on arch linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -Syyu | |
sudo pacman -Sc --noconfirm | |
sudo pacman -R $(pacman -Qdtq) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment