diff --git a/misc/upgrade.sh b/misc/upgrade.sh index 3dfca654..971f467a 100755 --- a/misc/upgrade.sh +++ b/misc/upgrade.sh @@ -6,6 +6,9 @@ echo "Fetching the latest update..." cd ~/screenly git pull +echo "Ensuring all Python modules are installed" +sudo pip install -r requirements.txt + echo "Running migration..." python misc/migrate.py