Skip to content

Instantly share code, notes, and snippets.

@PortalMario
Created August 18, 2024 19:27
Show Gist options
  • Save PortalMario/ecb966d420c34d4773324848ae486deb to your computer and use it in GitHub Desktop.
Save PortalMario/ecb966d420c34d4773324848ae486deb to your computer and use it in GitHub Desktop.
update
#!/bin/bash
if [ "$USER" != "root" ]; then
echo "You need to be root."
exit 1
fi
sudo apt update && sudo apt full-upgrade -y
sudo apt autoremove -y
snap refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment