diff --git a/menu/interface/ending.sh b/menu/interface/ending.sh index 47259c12..de6dfef6 100644 --- a/menu/interface/ending.sh +++ b/menu/interface/ending.sh @@ -1,45 +1,42 @@ #!/bin/bash # -# Title: PGBlitz (Reference Title File) +# Title: pts (Reference Title File) # Author(s): Admin9705 - FlickerRate -# URL: https://pgblitz.com - http://github.pgblitz.com +# URL: https://pts.com - http://github.pts.com # GNU: General Public License v3.0 ################################################################################ source /opt/plexguide/menu/functions/install.sh emergency -# PG ascii art with color +# +clear echo "" -cat <<"EOF" -┌─────────────────────────────────────┐ -│░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ -│░█▀█░█░░░█▀▀░█░█░█▀▀░█░█░▀█▀░█▀▄░█▀▀░│ -│░█▀▀░█░░░█▀▀░▄▀▄░█░█░█░█░░█░░█░█░█▀▀░│ -│░▀░░░▀▀▀░▀▀▀░▀░▀░▀▀▀░▀▀▀░▀▀▀░▀▀░░▀▀▀░│ -│░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ -└─────────────────────────────────────┘ -EOF cat <<"EOF" ┌─────────────────────────────────────┐ -│ -== Team PGBLitz ==- │ -│ ————————————————————————————————————│ -│ Star PG: github.pgblitz.com │ -│ Donate: donate.pgblitz.com │ +│ -== Team PTS ==- │ │ ————————————————————————————————————│ -│ Restart PGBlitz: pgblitz │ -│ Update PGBlitz: pgupdate │ -│ View the PG Blitz Logs: blitz │ -│ Download Your PG Fork: pgfork │ +│ Restart PTS: pts │ +│ Update PTS: ptsupdate │ +│ View the PTS Logs: blitz │ +│ Download Your PTS Fork: pgfork │ +│ │ │ ————————————————————————————————————│ │ Thanks For Being Part of the Team │ +│ │ +│ Thanks to: │ +│ │ +│ Davaz, Deiteq, FlickerRate, │ +│ ClownFused, MrDoob, Sub7Seven, │ +│ TimeKills, The_Creator, Desimaniac, │ +│ l3uddz, RXWatcher,Calmcacil, Porkie │ └─────────────────────────────────────┘ EOF -if [[ ! -e "/bin/pgblitz" ]]; then - cp /opt/plexguide/menu/alias/templates/pgblitz /bin +if [[ ! -e "/bin/pts" ]]; then + cp /opt/plexguide/menu/alias/templates/pts /bin fi -chown 1000:1000 /bin/pgblitz &>/dev/null & -chmod 0755 /bin/pgblitz &>/dev/null & +chown 1000:1000 /bin/pts &>/dev/null & +chmod 0755 /bin/pts &>/dev/null &