From 4c01b70a22aa175689adbdf87f0c866b2bf0662c Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 16 Apr 2011 01:28:37 +0200 Subject: =?UTF-8?q?Add=20the=20udate=20of=20poezio=E2=80=99s=20sources=20i?= =?UTF-8?q?n=20update.sh=20+=20comment=20+=20check=20of=20the=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index e353194e..09b84877 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,13 @@ #!/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" ] then -- cgit v1.2.3