diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 21cdf5c..2c2f35d 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -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 ]