Add the udate of poezio’s sources in update.sh + comment + check of the directory
This commit is contained in:
parent
8167f9d3a4
commit
4c01b70a22
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Use this script to Download or Update all dependances to their last
|
||||||
|
# developpement version.
|
||||||
|
# The dependances will be placed in the sources directory, so you do not
|
||||||
|
# need to install them on your system at all.
|
||||||
|
|
||||||
|
# Use launch.sh to start poezio directly from here
|
||||||
|
|
||||||
|
echo 'Updating poezio'
|
||||||
|
hg pull -u || echo 'You do not seem to be in poezio’s directory. Exiting.' && exit 1
|
||||||
|
|
||||||
if [ -e "SleekXMPP" ]
|
if [ -e "SleekXMPP" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue