Update README.md

This commit is contained in:
Admin9705
2024-08-21 19:29:40 -04:00
committed by GitHub
parent 3114307e4e
commit 4f77234b65

View File

@@ -9,7 +9,7 @@
</p> </p>
## PlexGuide Information - About the Main Project (Unraid Script Info Below) ## PlexGuide Information - About the Main Project (Unraid Script Info Below)
Visit the main PlexGuide Repo @ https://github.com/plexguide/PlexGuide.com
```bash ```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 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
``` ```