Update download link for Resilio Sync binary in setup.sh
This commit is contained in:
parent
a745b618f5
commit
3b4e2ef9c0
1 changed files with 3 additions and 3 deletions
6
setup.sh
6
setup.sh
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Download Resilio Sync binary from https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
|
# Download Resilio Sync binary from https://download-cdn.resilio.com/stable/linux/glibc_x64/0/resilio-sync_glibc23_x64.tar.gz
|
||||||
wget https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
|
wget https://download-cdn.resilio.com/stable/linux/glibc_x64/0/resilio-sync_glibc23_x64.tar.gz
|
||||||
tar -xvf resilio-sync_x64.tar.gz
|
tar -xvf resilio-sync_glibc23_x64.tar.gz
|
||||||
|
|
||||||
# Create storage directory for rslsync data
|
# Create storage directory for rslsync data
|
||||||
mkdir -p ./storage
|
mkdir -p ./storage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue