Update and rename sync to start-sync.sh

This commit is contained in:
Tim Miller
2020-07-27 17:49:48 -04:00
committed by GitHub
parent d7ef763c8d
commit 6ab0c4edc9

10
start-sync.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
python3 -m venv venv
source ./venv/bin/activate
pip install requests
cd $DIR
python3 cloudflare-ddns.py