mirror of
https://github.com/Screenly/Anthias.git
synced 2026-03-07 16:31:09 -05:00
Added pip upgrade to upgrade script.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user