From 23bf203e8cbb2ca375b9496cf14a6fb9c12808f5 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Fri, 12 Jul 2024 19:13:23 +0200 Subject: [PATCH] refactor: Remove Node installation for non-GUI environments --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index d96ecc08..08bca7fc 100755 --- a/setup.sh +++ b/setup.sh @@ -40,7 +40,6 @@ configure_apt_cacher() { configure_terminal configure_apt_cacher -install_node_if_no_gui if [ -z "$XDG_CURRENT_DESKTOP" ]; then echo "No GUI detected, not installing graphical apps..."