Created
March 11, 2026 09:34
-
-
Save zoonderkins/1c6ecbcb7617a6bbe6e827445f45ea6f to your computer and use it in GitHub Desktop.
apt-update
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
| sudo apt-get remove --purge -y grub-cloud-amd64 || true | |
| sudo dpkg --configure -a | |
| sudo apt-get install -f -y | |
| dpkg -l | grep grub-cloud-amd64 || true | |
| dpkg --audit || true | |
| apt update; apt upgrade -y | |
| apt -y autoremove --purge; | |
| update-grub; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment