summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 28dfeca1..b72539c4 100755
--- a/update.sh
+++ b/update.sh
@@ -21,8 +21,10 @@ else
cd $file1
#execute the git command to download the client files
git clone git://gitorious.org/tmw/aethyra.git
+ #change to the aethyra directory
+ cd $file;
#issue the auto build script to compile the client
- ./autobuild
+ ./autobuild.sh
echo "congratulations on installing aethyra enjoy"
exit 1;
fi