Remove stterm

This commit is contained in:
Digital Studium 2024-03-02 13:30:43 +00:00
parent 41d2bc2a31
commit 011bec4eae
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ python3
# remove snap cause I hate it # remove snap cause I hate it
sudo systemctl disable --now snapd sudo systemctl disable --now snapd
sudo apt purge snapd -y sudo apt purge snapd -y
# remove autoinstalled stterm
sudo apt remove stterm -y
if [ ! -d ~/gui ] if [ ! -d ~/gui ]