diff --git a/includes/installer.sh b/includes/installer.sh index 677d80c..b54b0af 100644 --- a/includes/installer.sh +++ b/includes/installer.sh @@ -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"