diff --git a/README.md b/README.md index 4fb4129..e3e9d37 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,35 @@
-Good to see if anyone remembers the prior project; was exhausting! +## PlexGuide 11 - Not Related to this but just info + +## PlexGuide Installation + +Visit the [PlexGuide Installation Information](https://github.com/plexguide/PlexGuide.com/wiki/PlexGuide-Install-Information) area for more detailed information. + +```bash +sudo apt-get update -y && sudo apt-get install -y curl git && curl -o /tmp/install.sh https://raw.githubusercontent.com/plexguide/PlexGuide.com/v11/mods/install/install.sh && chmod +x /tmp/install.sh && /tmp/install.sh && chmod +x /pg/scripts/menu.sh && /pg/scripts/menu.sh +``` + +* Simple, debloated, no fancy menus and executes for exactly what you need! +* Works for Ubuntu 22 and Ubuntu 24 Server LTS + +Quick Notes: +1. Once installed, type pg or plexguide <<< + +
+
+
+
+
+
+
+
+