Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 23, 2019
1 parent e968712 commit 6e84d69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion menu/version/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: 'Installing Version {{serverid.stdout}}'
git:
repo: 'https://github.com/PGBlitz/PGBlitz.com'
repo: 'https://github.com/MrDoobPG/PGBlitz.com'
dest: '/opt/plexguide'
version: '{{serverid.stdout}}'
force: yes
Expand Down
10 changes: 5 additions & 5 deletions menu/version/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ mainstart() {

pgnumber=$(cat "/var/plexguide/pg.number")
latest=$(cat "/opt/pgstage/versions.sh" | head -n1)
beta=$(cat /opt/pgstage/versions.sh | sed -n 2p)
dev=$(cat /opt/pgstage/versions.sh | sed -n 2p)

tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 PG Update Interface
📂 Update Interface
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Prior Versions? Visit > versions.pgblitz.com
Prior Versions?
Latest: : $latest
Beta : $beta
Latest: : $latest
Dev : $dev
Installed : $pgnumber
[Z] Exit
Expand Down

0 comments on commit 6e84d69

Please sign in to comment.