Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura-Byte committed Jul 15, 2024
1 parent 1ad92b5 commit 5368578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5368578

Please sign in to comment.