From 3fc109275f293345ca748b6b98b0aa1f09fb1000 Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 16 Feb 2015 12:12:13 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b6603ed..a1d898c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,7 +30,7 @@ then fi sudo cp -r ../sources/* $final_path sudo virtualenv $final_path -sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt" +sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt --upgrade" # Disable swapfile if [ -f $tmp_swap_file ];