Fix rebasing in update-profile script.

master
Icedream 2018-02-19 09:40:31 +01:00
parent 922ce287d2
commit c03ddaadd5
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fi
done
echo "All commits passed, now applying updates..."
git rebase master
git rebase origin
echo "Running package installation..."
cd packages