fixed problems with gui.sh

This commit is contained in:
Storm Dragon 2021-10-18 02:36:48 -04:00
parent dbcde4539d
commit 4175f1ad00

2
.includes/gui.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
source functions.sh
install_package ${1//mate/mate mate-extra} nodm-dgw xf86-video-dummy-with-vt xorg yad install_package ${1//mate/mate mate-extra} nodm-dgw xf86-video-dummy-with-vt xorg yad
# Configure nodm # Configure nodm
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf