mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
add rclone:arem
This commit is contained in:
7
rclone/amd64/bootstrap.sh
Executable file
7
rclone/amd64/bootstrap.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ! -f /root/sync.sh ]]; then
|
||||
cp /etc/sync.sh /root/sync.sh
|
||||
fi
|
||||
|
||||
bash /root/sync.sh
|
||||
Reference in New Issue
Block a user