This commit is contained in:
Tomas Dvorak
2026-02-01 10:52:14 +01:00
parent 6cffce7911
commit 2b52b9c00c
2 changed files with 45 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
echo "Installing required Python packages..."
pip install -r requirements.txt
echo ""
echo "Starting Plex Playlist Sync Web Interface..."
python3 app.py
echo ""
read -p "Press Enter to continue..."