Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin0705 committed Jun 5, 2018
1 parent 2a4fae2 commit 27b52c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# under the GPL along with build & install instructions.
#
#################################################################################
echo "5.084 BETA 3" > /var/plexguide/pg.version
echo "71" > /var/plexguide/pg.preinstall
echo "5.084" > /var/plexguide/pg.version
echo "72" > /var/plexguide/pg.preinstall
4 changes: 2 additions & 2 deletions menus/version/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TITLE="Select A PlexGuide Version"
MENU="Make a Selection:"

OPTIONS=(A "Developer: 5.084"
B "Beta 3 : 5.084"
B "Stable : 5.084"
C "Stable : 5.083"
D "Stable : 5.080"
E "Stable : 5.079"
Expand Down Expand Up @@ -76,7 +76,7 @@ case $CHOICE in
exit 0 ;;
B)
touch /var/plexguide/ask.yes 1>/dev/null 2>&1
version="5.084b3" ;;
version="5.084" ;;
C)
touch /var/plexguide/ask.yes 1>/dev/null 2>&1
version="5.083" ;;
Expand Down

0 comments on commit 27b52c8

Please sign in to comment.