From 011bec4eae2b7ae69c8384232b00f8896494ac2b Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sat, 2 Mar 2024 13:30:43 +0000 Subject: [PATCH] Remove stterm --- install_ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) 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 ]