Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created March 11, 2026 09:34
Show Gist options
  • Select an option

  • Save zoonderkins/1c6ecbcb7617a6bbe6e827445f45ea6f to your computer and use it in GitHub Desktop.

Select an option

Save zoonderkins/1c6ecbcb7617a6bbe6e827445f45ea6f to your computer and use it in GitHub Desktop.
apt-update
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