Last active
May 31, 2024 18:46
-
-
Save LazyHatGuy/53e7775663cdfe5200763aa292af8acf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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