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 }