update_path
This commit is contained in:
@@ -149,7 +149,7 @@ main() {
|
|||||||
|
|
||||||
# Download script
|
# Download script
|
||||||
echo "Downloading finish.sh..."
|
echo "Downloading finish.sh..."
|
||||||
URL="$REPO_URL/$BRANCH_OR_VERSION/$SCRIPT_NAME"
|
URL="$REPO_URL/$BRANCH_OR_VERSION/src/$SCRIPT_NAME"
|
||||||
if ! download_file "$URL" "$INSTALL_LOCATION"; then
|
if ! download_file "$URL" "$INSTALL_LOCATION"; then
|
||||||
echo_error "Failed to download from $URL"
|
echo_error "Failed to download from $URL"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user