Created
March 12, 2020 23:29
-
-
Save ElianCodes/b55718f1dd25778f4c08396792039039 to your computer and use it in GitHub Desktop.
This code updates the pacman packages installed on a Arch-based OS
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 checkupdates | |
| sudo pacman -Syu --noconfirm | |
| sudo paccache -ru --keep 0 | |
| sudo pacman -Scc --noconfirm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment