Skip to content

Commit

Permalink
Update gcecore.sh
Browse files Browse the repository at this point in the history
Appsgen dos2unix
  • Loading branch information
MrDoobPG authored Jan 3, 2020
1 parent 9376842 commit e8c744b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion menu/pgbox/gce/gcecore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ 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
apt-get install dos2unix -yqq
dos2unix /opt/coreapps/apps/image/_image.sh >/dev/null 2>&1
dos2unix /opt/coreapps/apps/_appsgen.sh >/dev/null 2>&1

}

question1() {
Expand Down

0 comments on commit e8c744b

Please sign in to comment.