Skip to content

Instantly share code, notes, and snippets.

@TheLazyHatGuy
Last active May 31, 2024 18:46
Show Gist options
  • Save TheLazyHatGuy/53e7775663cdfe5200763aa292af8acf to your computer and use it in GitHub Desktop.
Save TheLazyHatGuy/53e7775663cdfe5200763aa292af8acf to your computer and use it in GitHub Desktop.
#!/bin/bash
#rm -rf /var/lib/dpkg/lock-frontend
#rm -rf /var/lib/dpkg/lock
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
apt-get autoclean -y
snap refresh
pacstall -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment