mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Update and rename sync to start-sync.sh
This commit is contained in:
10
start-sync.sh
Executable file
10
start-sync.sh
Executable 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
|
||||
Reference in New Issue
Block a user