Skip to content

Commit

Permalink
Update community.sh
Browse files Browse the repository at this point in the history
appsgen dos2unix
  • Loading branch information
MrDoobPG authored Jan 3, 2020
1 parent df11df8 commit 9376842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion menu/pgbox/community/community.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ initial() {
sleep .5
if [ -e "$file" ]; then waitvar=1; fi
done
apt-get install dos2unix -yqq && dos2unix /opt/communityapps/apps/image/_image.sh >/dev/null 2>&1
apt-get install dos2unix -yqq
dos2unix /opt/communityapps/apps/image/_image.sh >/dev/null 2>&1
dos2unix /opt/communityapps/apps/_appsgen.sh >/dev/null 2>&1

}

question1() {
Expand Down

0 comments on commit 9376842

Please sign in to comment.