Skip to content

Commit

Permalink
Updated the script to the latest version of PhoneGap
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed May 3, 2012
1 parent 89b17c1 commit 01f936f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ echo "#"
echo "# Downloading PhoneGap"
echo "#"
echo "###############################"
curl https://github.com/phonegap/phonegap/zipball/1.7.0rc1 --location --output $LIBS/phonegap.zip
curl https://github.com/phonegap/phonegap/zipball/1.7.0 --location --output $LIBS/phonegap.zip

# Extract the contents of the zip file
unzip $LIBS/phonegap.zip -d $LIBS

# Rename the folder
mv $LIBS/phonegap-phonegap-1564354/ $LIBS/phonegap
mv $LIBS/phonegap-phonegap-475bfd2/ $LIBS/phonegap

# Remove the zip file
rm $LIBS/phonegap.zip
Expand Down

0 comments on commit 01f936f

Please sign in to comment.