mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Still remove sqlite3 to cause the majority of uninstalls
This commit is contained in:
parent
44ca5e6520
commit
b2d6a85ac0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue