delete gui

This commit is contained in:
2025-07-27 16:49:22 +02:00
parent b26308d4e4
commit a6a7191c9d
189 changed files with 0 additions and 533 deletions

View File

@@ -40,11 +40,3 @@ configure_apt_cacher() {
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