Skip to content

Commit

Permalink
Update pgdnschanger.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Oct 6, 2019
1 parent 8276f9c commit 45c11ce
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions menu/pgdnsswitcher/pgdnschanger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,15 @@

tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⌛ Verifiying PG DNS ( resolv.conf ) changer
⌛ Verifiying DNS ( resolv.conf ) changer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF

echo "Updating packages"
apt-get update -yqq >/dev/null
echo "Upgrading packages"
apt-get upgrade -yqq >/dev/null
echo "Dist-Upgrading packages"
apt-get dist-upgrade -yqq >/dev/null
echo "Autoremove old Updates"
apt-get autoremove -yqq >/dev/null
echo "install complete"
ansible-playbook /opt/plexguide/menu/pg.yml --tags update

tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 PG DNS ( resolv.conf ) changer
🚀 DNS ( resolv.conf ) changer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Google DNS IPv4
Expand Down

0 comments on commit 45c11ce

Please sign in to comment.