Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent 46d7553 commit 915bc47
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ pginstall() {
core dockerinstall
core docstart
core kernel
core cloudflare
core nvidia
core system

touch /var/plexguide/install.roles
rolenumber=3
Expand Down Expand Up @@ -108,7 +109,8 @@ pginstall() {
emergency
pgdeploy
core kernel
core cloudflare
core nvidia
core system
}

core() {
Expand Down Expand Up @@ -167,6 +169,10 @@ cloudflare () {
ansible-playbook /opt/plexguide/menu/pg.yml --tags cloudflare
}

system () {
ansible-playbook /opt/plexguide/menu/pg.yml --tags system
}

nvidia () {
ansible-playbook /opt/plexguide/menu/pg.yml --tags nvidia
}
Expand Down

0 comments on commit 915bc47

Please sign in to comment.