refactor: Remove Node installation for non-GUI environments

This commit is contained in:
Bram Kelchtermans 2024-07-12 19:13:23 +02:00
parent aae47ae136
commit 23bf203e8c
1 changed files with 0 additions and 1 deletions

View File

@ -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..."