mirror of
https://github.com/rclone/rclone
synced 2024-11-09 06:50:32 +01:00
Fix install for Synology
7z check doesn't work due to misplaced comma, so installation fails on Synology.
This commit is contained in:
parent
8fb707e16d
commit
04eae51d11
@ -10,7 +10,7 @@
|
||||
set -e
|
||||
|
||||
#when adding a tool to the list make sure to also add it's corresponding command further in the script
|
||||
unzip_tools_list=('unzip' '7z', 'busybox')
|
||||
unzip_tools_list=('unzip' '7z' 'busybox')
|
||||
|
||||
usage() { echo "Usage: curl https://rclone.org/install.sh | sudo bash [-s beta]" 1>&2; exit 1; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user