Missing --allow-remove-essential flag

This commit is contained in:
Luke Parker
2025-08-09 00:53:54 -04:00
parent d6f6cf1965
commit fc850da30e

View File

@@ -11,7 +11,7 @@ runs:
sudo apt remove -y "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*golang*" "*swift*" "*julia*" "*fortran*" "*android*"
sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*"
sudo apt update -y && sudo apt install --fix-missing --fix-broken -y python3 python3.12 libpython3-stdlib && sudo apt upgrade -y
sudo apt remove -yf shim-signed
sudo apt remove -y --allow-remove-essential -f shim-signed
sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*"
sudo apt autoremove -y
sudo apt clean