diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d4a61e2c2ada..26b3b67f488a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: ## How to Update ```bash - curl -fsSL https://raw.githubusercontent.com/Sakura-Byte/rclone/mod/install.sh | sudo bash + curl -fsSL https://raw.githubusercontent.com/Sakura-Byte/rclone/master/install.sh | sudo bash ``` draft: true prerelease: false diff --git a/install.sh b/install.sh index 069f359d13b0b..2605bcb0778ce 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ set -e #when adding a tool to the list make sure to also add its corresponding command further in the script unzip_tools_list=('unzip' '7z' 'busybox') -usage() { echo "Usage: sudo -v ; curl https://raw.githubusercontent.com/Sakura-Byte/rclone/mod/install.sh | sudo bash" 1>&2; exit 1; } +usage() { echo "Usage: sudo -v ; curl https://raw.githubusercontent.com/Sakura-Byte/rclone/master/install.sh | sudo bash" 1>&2; exit 1; } if [ -n "$1" ]; then tag_name="$1"