Compare commits
No commits in common. "master" and "own" have entirely different histories.
3 changed files with 4 additions and 4 deletions
6
setup.sh
6
setup.sh
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 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/glibc_x64/0/resilio-sync_glibc23_x64.tar.gz
|
||||
tar -xvf resilio-sync_glibc23_x64.tar.gz
|
||||
# Download Resilio Sync binary from https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
|
||||
wget https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
|
||||
tar -xvf resilio-sync_x64.tar.gz
|
||||
|
||||
# Create storage directory for rslsync data
|
||||
mkdir -p ./storage
|
||||
|
|
|
|||
0
stop-schedule.sh
Executable file → Normal file
0
stop-schedule.sh
Executable file → Normal file
|
|
@ -5,6 +5,6 @@
|
|||
"webui" :
|
||||
{
|
||||
"force_https": true,
|
||||
"listen" : "127.0.0.1:7001"
|
||||
"listen" : "127.0.0.1:8888"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue