Skip to content

Instantly share code, notes, and snippets.

@ElianCodes
Created March 12, 2020 23:29
Show Gist options
  • Select an option

  • Save ElianCodes/b55718f1dd25778f4c08396792039039 to your computer and use it in GitHub Desktop.

Select an option

Save ElianCodes/b55718f1dd25778f4c08396792039039 to your computer and use it in GitHub Desktop.
This code updates the pacman packages installed on a Arch-based OS
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