From 001e08490ee583beb9e3ef99250d4b060da8b800 Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:03:03 -0500 Subject: [PATCH] Update xlxd-debian-installer.sh yes install --- xlxd-debian-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 13b47de..a3171c5 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -48,8 +48,8 @@ echo "Making install directories and installing dependicies...." echo "------------------------------------------------------------------------------" mkdir -p $XLXINSTDIR mkdir -p $WEBDIR -apt-get update -apt-get install $APPS +apt-get -y update +apt-get -y install $APPS #if [ $VERSION = 9 ] #then # apt-get -y install $DEP