Remove stterm
This commit is contained in:
parent
41d2bc2a31
commit
011bec4eae
|
@ -37,6 +37,8 @@ python3
|
|||
# remove snap cause I hate it
|
||||
sudo systemctl disable --now snapd
|
||||
sudo apt purge snapd -y
|
||||
# remove autoinstalled stterm
|
||||
sudo apt remove stterm -y
|
||||
|
||||
|
||||
if [ ! -d ~/gui ]
|
||||
|
|
Loading…
Reference in New Issue