Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Apr 25, 2019
1 parent 3fe8b5b commit b979c5a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions menu/alias/templates/pg
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ mkdir -p /opt/appdata/plexguide
sudocheck
missingpull

if [[ ! -e "/bin/pgblitz" ]]; then
cp /opt/plexguide/menu/alias/templates/pgblitz /bin/ &>/dev/null &
chown 1000:1000 /bin/pgblitz
chmod 0755 /bin/pgblitz
fi
# pg deploy contains pgdeploy at end
pginstall
5 changes: 5 additions & 0 deletions menu/alias/templates/plexguide
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ mkdir -p /opt/appdata/plexguide
sudocheck
missingpull

if [[ ! -e "/bin/pgblitz" ]]; then
cp /opt/plexguide/menu/alias/templates/pgblitz /bin/ &>/dev/null &
chown 1000:1000 /bin/pgblitz
chmod 0755 /bin/pgblitz
fi
# pg deploy contains pgdeploy at end
pginstall
6 changes: 6 additions & 0 deletions menu/interface/ending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ cat << "EOF"
└─────────────────────────────────────┘
EOF

if [[ ! -e "/bin/pgblitz" ]]; then
cp /opt/plexguide/menu/alias/templates/pgblitz /bin/ &>/dev/null &
chown 1000:1000 /bin/pgblitz
chmod 0755 /bin/pgblitz
fi

0 comments on commit b979c5a

Please sign in to comment.