refactor: Remove Node installation for non-GUI environments
This commit is contained in:
parent
aae47ae136
commit
23bf203e8c
1
setup.sh
1
setup.sh
|
@ -40,7 +40,6 @@ configure_apt_cacher() {
|
||||||
|
|
||||||
configure_terminal
|
configure_terminal
|
||||||
configure_apt_cacher
|
configure_apt_cacher
|
||||||
install_node_if_no_gui
|
|
||||||
|
|
||||||
if [ -z "$XDG_CURRENT_DESKTOP" ]; then
|
if [ -z "$XDG_CURRENT_DESKTOP" ]; then
|
||||||
echo "No GUI detected, not installing graphical apps..."
|
echo "No GUI detected, not installing graphical apps..."
|
||||||
|
|
Loading…
Reference in New Issue