Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 23, 2019
1 parent 82c0858 commit 49f9834
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 457 deletions.
60 changes: 0 additions & 60 deletions menu/appguard/appguard.sh

This file was deleted.

56 changes: 0 additions & 56 deletions menu/appguard/rebuild.sh

This file was deleted.

2 changes: 1 addition & 1 deletion menu/functions/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EOF
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🍖 NOM NOM - Re-Downloading PGBlitz for BoneHead User!
🍖 NOM NOM - Re-Downloading PTS for BoneHead User!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
sleep 2
Expand Down
9 changes: 1 addition & 8 deletions menu/installer/alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: PGUpdate
template:
src: pgupdate
dest: /bin/pgupdate
dest: /bin/ptsupdate
force: yes
mode: 0775

Expand Down Expand Up @@ -125,10 +125,3 @@
dest: /bin/pgfork
force: yes
mode: 0775

- name: Install Backup
template:
src: backup
dest: /bin/backup
force: yes
mode: 0775
4 changes: 2 additions & 2 deletions menu/interface/ending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ echo ""
│ ————————————————————————————————————│
│ Restart PTS: pts │
│ Update PTS: ptsupdate │
│ View the PG Blitz Logs: blitz │
│ Download Your PG Fork: pgfork │
│ View the PTS Logs: blitz │
│ Download Your PTS Fork: pgfork │
│ ————————————————————————————————————│
│ Thanks For Being Part of the Team │
└─────────────────────────────────────┘
Expand Down
23 changes: 8 additions & 15 deletions menu/interface/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ setstart() {
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 PG Settings Interface Menu
🚀 Settings Interface Menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Download Path : Change the Processing Location
[2] MultiHD : Add Multiple HDs and/or Mount Points to MergerFS
[3] Processor : Enhance the CPU Processing Power
[4] WatchTower : Auto-Update Application Manager
[5] Change Time : Change the Server Time
[6] PG UI : $switchcheck | Port 8555 | pgui.domain.com
[7] Emergency Display: $emdisplay
[3] Change Time : Change the Server Time
[4] PG UI : $switchcheck | Port 8555 | pgui.domain.com
[5] Emergency Display: $emdisplay
[Z] Exit
Expand All @@ -44,16 +44,9 @@ EOF
bash /opt/plexguide/menu/pgcloner/multihd.sh
;;
3)
bash /opt/plexguide/menu/processor/processor.sh
setstart
;;
4)
watchtower
;;
5)
dpkg-reconfigure tzdata
;;
6)
4)
echo
echo "Standby ..."
echo
Expand All @@ -72,7 +65,7 @@ EOF
fi
setstart
;;
7)
5)
if [[ "$emdisplay" == "On" ]]; then
echo "Off" >/var/plexguide/emergency.display
else echo "On" >/var/plexguide/emergency.display; fi
Expand Down
2 changes: 1 addition & 1 deletion menu/interface/version/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ done </opt/plexguide/menu/interface/version/version.sh
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 PG Update Interface Menu
📂 Update Interface Menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
Expand Down
4 changes: 2 additions & 2 deletions menu/network/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ question1() {
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 PG System & Network Auditor
📂 System & Network Auditor
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] System & Network Benchmark - Basic
Expand All @@ -34,7 +34,7 @@ EOF
question1
elif [ "$typed" == "2" ]; then
echo ""
curl -LsO raw.githubusercontent.com/PGBlitz/Bench/master/bench.sh
curl -LsO raw.githubusercontent.com/MrDoobPG/Bench/master/bench.sh
chmod +x bench.sh
chmod +x bench.sh
echo ""
Expand Down
8 changes: 4 additions & 4 deletions menu/nttweak/nttweak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ echo "install complete"
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 PG System Tweaker
🚀 System Tweaker
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💬 PG System Tweaker
💬 System Tweaker
[1] Network Tweaker ( Debian 9 & Ubuntu 18 only )
[2] Docker Swapness
[3] PGBlitz logrotator
[3] PTS logrotator
[4] VnStat autoinstaller
[Z] Exit
Expand All @@ -61,7 +61,7 @@ if [ "$typed" == "1" ]; then
ethtool -K $network tso off tx off
sed -i '$a\' /etc/crontab
sed -i '$a\#################################' /etc/crontab
sed -i '$a\## PG Network tweak ' /etc/crontab
sed -i '$a\## PTS Network tweak ' /etc/crontab
sed -i '$a\#################################' /etc/crontab
sed -i '$a\@reboot ethtool -K '$network' tso off tx off\' /etc/crontab
sleep 2
Expand Down
4 changes: 2 additions & 2 deletions menu/pgbox/pgboxcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pinterface() {
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 PG Core Box Edition!
🚀 PTS Core Box Edition!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💬
Expand All @@ -279,7 +279,7 @@ EOF
💬 IMPORTANT MESSAGE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Username & Branch are both case sensitive!
Username / Branch & Repo are both case sensitive!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down
8 changes: 4 additions & 4 deletions menu/pgbox/pgboxselect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ mainstart() {
🚀 Box Apps Interface Selection
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💬 PG Box installs a series of Core and Community applications!
💬 PTS Box installs a series of Core and Community applications!
[1] PTS : Core
[2] PGBlitzs Box: Community
[3] PG Box: Removal
[1] PTS : Core
[2] PGBlitzs Box : Community [ be careful ]
[3] Apps : Removal
[Z] Exit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down
2 changes: 1 addition & 1 deletion menu/portguard/portguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ question1() {
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🤖 Welcome to PortGuard! 📓 Reference: portguard.pgblitz.com
🤖 Welcome to PortGuard!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Ports Are Currently: [$guard]
Expand Down
63 changes: 0 additions & 63 deletions menu/processor/processor.sh

This file was deleted.

7 changes: 0 additions & 7 deletions menu/processor/processor.yml

This file was deleted.

Loading

0 comments on commit 49f9834

Please sign in to comment.