mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
Update scripts
This commit is contained in:
parent
cb745467f9
commit
1ab5780416
3 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Read CF_Token and ACME_Email from .env
|
# Read CF_Token from .env
|
||||||
source ".env"
|
source ".env"
|
||||||
|
|
||||||
|
export CF_Token "$CF_Token"
|
||||||
|
|
||||||
/root/.acme.sh/acme.sh --upgrade --auto-upgrade
|
/root/.acme.sh/acme.sh --upgrade --auto-upgrade
|
||||||
|
|
||||||
# Array of domains
|
# Array of domains
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# Read DuckDNS_Token and ACME_Email from .env
|
# Read DuckDNS_Token and ACME_Email from .env
|
||||||
source ".env"
|
source ".env"
|
||||||
|
|
||||||
|
export DuckDNS_Token "$DuckDNS_Token"
|
||||||
|
|
||||||
/root/.acme.sh/acme.sh --upgrade --auto-upgrade
|
/root/.acme.sh/acme.sh --upgrade --auto-upgrade
|
||||||
|
|
||||||
# Array of main domains
|
# Array of main domains
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
- cifs-utils
|
- cifs-utils
|
||||||
- borgbackup
|
- borgbackup
|
||||||
- curl
|
- curl
|
||||||
|
- wget
|
||||||
- syncthing
|
- syncthing
|
||||||
- socat
|
- socat
|
||||||
- fish
|
- fish
|
||||||
|
|
Loading…
Reference in a new issue