Skip to content

Instantly share code, notes, and snippets.

@hl2guide
Created April 2, 2022 03:49
Show Gist options
  • Select an option

  • Save hl2guide/b7505745c7ef8a4b6977d306682097cf to your computer and use it in GitHub Desktop.

Select an option

Save hl2guide/b7505745c7ef8a4b6977d306682097cf to your computer and use it in GitHub Desktop.
A bash script that updates Arch-based linux distros.
#!/bin/sh
sudo pacman -Syu -y && echo ✅ UPDATES COMPLETED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment