diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ # Use launch.sh to start poezio directly from here echo 'Updating poezio' -hg pull -u +git pull if [ -e "SleekXMPP" ] then |