Skip to content

Instantly share code, notes, and snippets.

@shakram02
Last active December 31, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shakram02/475597c7d993547572bdc2a37bbda858 to your computer and use it in GitHub Desktop.
Save shakram02/475597c7d993547572bdc2a37bbda858 to your computer and use it in GitHub Desktop.
Update pacman then shutdown
# Updates the system, answering all the prompts with "yes" then shuts the PC down after 20 mins of completion
# only IF the update process completes successfully
# Helpful if you want to start an update and go to bed zzzzzZzZzZZ
yes | pacman -Syu && shutdown 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment