Add make in the update.sh
This commit is contained in:
parent
d83eda6fd4
commit
b26c9e33af
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
|||
echo 'Updating poezio'
|
||||
git pull origin master
|
||||
|
||||
make
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo -e "It seems that you do not have the python development"\
|
||||
"files.\nSearch for a package named python3-dev or python3-devel"\
|
||||
"in your repos."
|
||||
exit -1
|
||||
fi
|
||||
|
||||
if [ -e "SleekXMPP" ]
|
||||
then
|
||||
echo "Updating SleekXMPP"
|
||||
|
|
Loading…
Reference in a new issue