remove some things

This commit is contained in:
2024-07-13 18:36:20 +02:00
parent 23bf203e8c
commit 1f3ebc25f1
56584 changed files with 17556 additions and 566971 deletions

View File

@@ -42,9 +42,9 @@ configure_terminal
configure_apt_cacher
if [ -z "$XDG_CURRENT_DESKTOP" ]; then
echo "No GUI detected, not installing graphical apps..."
else
echo "GUI detected, let's install some graphical apps!"
sudo chmod +x ./gui/setup.sh
./gui/setup.sh
fi
echo "No GUI detected, not installing graphical apps..."
else
echo "GUI detected, let's install some graphical apps!"
sudo chmod +x ./gui/setup.sh
./gui/setup.sh
fi