Still remove sqlite3 to cause the majority of uninstalls

This commit is contained in:
Luke Parker 2023-10-10 22:31:07 -04:00
parent 44ca5e6520
commit b2d6a85ac0
No known key found for this signature in database

View file

@ -23,7 +23,7 @@ runs:
- name: Remove unused packages
shell: bash
run: |
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *texinfo* *imagemagick*
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *sqlite3* *texinfo* *imagemagick*
sudo apt autoremove -y
sudo apt install python3 -y