Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Sep 17, 2024
1 parent dbb9fab commit df1874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd $TMP

echo "⬇️ Download $package component from latest release"
archive=$TMP/$package.zip
curl -sL https://github.com/4d/$package/releases/latest/download/4D.Mobile.App.4dbase.zip -o $archive
curl -sL https://github.com/4d/$package/releases/latest/download/4D.Mobile.App.zip -o $archive

dst="$root/Components"
if [ ! -d "$dst" ]; then
Expand Down

0 comments on commit df1874e

Please sign in to comment.