Remove (presumably) unnecessary command to explicitly install python

This commit is contained in:
Luke Parker
2025-08-09 01:23:43 -04:00
parent ce447558ac
commit 8aaf7f7dc6

View File

@@ -10,8 +10,8 @@ runs:
sudo apt remove -y "*powershell*" "*nuget*" "*bazel*" "*ansible*" "*terraform*" "*heroku*" "*aws*" azure-cli
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 -y --allow-remove-essential -f shim-signed
# This command would fail, due to shim-signed having unmet dependencies, hence its removal
sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*"
sudo apt autoremove -y
sudo apt clean