Update install.sh
This commit is contained in:
parent
a18f593d57
commit
cf42e68edc
|
@ -31,7 +31,7 @@ fi
|
|||
BINARY_URL="${BASE_URL}/${binaries[$KEY]}"
|
||||
|
||||
echo "Downloading and installing $BINARY_NAME from $BINARY_URL..."
|
||||
sudo curl -sSL "$BINARY_URL" -o "${INSTALL_DIR}/${BINARY_NAME}"
|
||||
curl -sSL "$BINARY_URL" -o "${INSTALL_DIR}/${BINARY_NAME}"
|
||||
|
||||
sudo chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
|
||||
chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
|
||||
echo "Installed $BINARY_NAME to $INSTALL_DIR"
|
||||
|
|
Loading…
Reference in New Issue