Typo.
This commit is contained in:
parent
404d8fb60d
commit
384b06a602
@ -11,7 +11,7 @@ INSTALLER_DIR=`mktemp -d`
|
||||
#
|
||||
# @param $1 URL
|
||||
# @param $2 File name
|
||||
function download_installer {`
|
||||
function download_installer {
|
||||
echo "Downloading $1/$2..."
|
||||
cd "$INSTALLER_DIR"
|
||||
curl -LO "$1/$2"
|
||||
|
Loading…
Reference in New Issue
Block a user