From 6d13b51fac3fc24560d95506d36ba50e28ce9b35 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Tue, 3 Dec 2019 22:34:15 +0100 Subject: [PATCH] Update core.sh Stupid error --- menu/pgbox/core/core.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/pgbox/core/core.sh b/menu/pgbox/core/core.sh index 1c2c2b94..c5cc3e57 100644 --- a/menu/pgbox/core/core.sh +++ b/menu/pgbox/core/core.sh @@ -59,6 +59,7 @@ initial() { sleep .5 if [ -e "$file" ]; then waitvar=1; fi done + apt-get install dos2unix -yqq && dos2unix /opt/coreapps/apps/image/_image.sh >/dev/null 2>&1 }