Skip to content

Commit

Permalink
1122
Browse files Browse the repository at this point in the history
11221212
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 23, 2019
1 parent 767237a commit 66aab8a
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 303 deletions.
19 changes: 7 additions & 12 deletions menu/alias/alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
force: yes
mode: 0775

###### Install PGUpdate
###### Install PTSupdate

- name: PGUpdate
- name: PTSupdate
template:
src: pgupdate
dest: /bin/pgupdate
src: ptsupdate
dest: /bin/ptsupdate
force: yes
mode: 0775

Expand All @@ -48,10 +48,11 @@
force: yes
mode: 0775
owner: root

- name: PG
template:
src: pg
dest: /bin/pg
src: pts
dest: /bin/pts
force: yes
mode: 0775
owner: root
Expand Down Expand Up @@ -137,9 +138,3 @@
force: yes
mode: 0775

- name: Install Backup
template:
src: backup
dest: /bin/backup
force: yes
mode: 0775
File renamed without changes.
6 changes: 3 additions & 3 deletions menu/dlpath/dlpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ percentage=$(df -h $pgpath | tail -n +2 | awk '{print $5}')
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌎 PG Processing Disk Interface
🌎 Processing Disk Interface
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌵 Processing Disk : $pgpath
Expand All @@ -35,7 +35,7 @@ tee <<-EOF
☑️ PG does not format your second disk, nor mount it! We can
only assist by changing the location path!
☑️ Enables PG System to process items on a SECONDARY Drive rather
☑️ Enables System to process items on a SECONDARY Drive rather
than tax the PRIMARY DRIVE. Like Windows, you can have your items
process on a (D): Drive instead of on a (C): Drive.
Expand Down Expand Up @@ -101,7 +101,7 @@ EOF
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
☠ BONEHEAD: PG Fixed the Paths For You... (read next time)
☠ BONEHEAD: Fixed the Paths For You... (read next time)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
You Typed : $typed2
Expand Down
235 changes: 0 additions & 235 deletions menu/dlpath/dlpathold.sh

This file was deleted.

12 changes: 0 additions & 12 deletions menu/installer/folders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
- /mnt/gcrypt/tv
- /mnt/gcrypt/movies
- /mnt/gcrypt/music
- /mnt/gcrypt/ebooks
- /mnt/gcrypt/abooks
when: gcrypt.stat.exists == False
ignore_errors: yes
############ TCrypt
Expand All @@ -70,8 +68,6 @@
- /mnt/tcrypt/tv
- /mnt/tcrypt/movies
- /mnt/tcrypt/music
- /mnt/tcrypt/ebooks
- /mnt/tcrypt/abooks
when: tcrypt.stat.exists == False
ignore_errors: yes

Expand Down Expand Up @@ -127,8 +123,6 @@
- /mnt/gdrive/tv
- /mnt/gdrive/movies
- /mnt/gdrive/music
- /mnt/gdrive/ebooks
- /mnt/gdrive/abooks
when: gdrive.stat.exists == False
ignore_errors: yes
############ TCrypt
Expand All @@ -139,8 +133,6 @@
- /mnt/tcrypt/tv
- /mnt/tcrypt/movies
- /mnt/tcrypt/music
- /mnt/tcrypt/ebooks
- /mnt/tcrypt/abooks
when: gdrive.stat.exists == False
ignore_errors: yes

Expand All @@ -157,8 +149,6 @@
- /mnt/tdrive/tv
- /mnt/tdrive/movies
- /mnt/tdrive/music
- /mnt/tdrive/ebooks
- /mnt/tdrive/abooks
when: tdrive.stat.exists == False
ignore_errors: yes

Expand All @@ -174,8 +164,6 @@
- /mnt/encrypt/tv
- /mnt/encrypt/movies
- /mnt/encrypt/music
- /mnt/encrypt/ebooks
- /mnt/encrypt/abooks
when: encrypt.stat.exists == False
ignore_errors: yes

Expand Down
Loading

0 comments on commit 66aab8a

Please sign in to comment.