From 4175f1ad003b023bc443b95fe62abad35f9a98d2 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 18 Oct 2021 02:36:48 -0400 Subject: [PATCH] fixed problems with gui.sh --- .includes/gui.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .includes/gui.sh diff --git a/.includes/gui.sh b/.includes/gui.sh old mode 100644 new mode 100755 index 6fd91f8..7487402 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -1,5 +1,7 @@ #!/bin/bash +source functions.sh + install_package ${1//mate/mate mate-extra} nodm-dgw xf86-video-dummy-with-vt xorg yad # Configure nodm sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf