Convert old scripts to chezmoi
requires include_legacy data to be set to true: [data] include_legacy = truemain
parent
af120aab24
commit
7e92d28f52
@ -1,3 +1,2 @@
|
|||||||
/hellotech/
|
/hellotech/
|
||||||
/old-scripts/
|
|
||||||
/README.md
|
/README.md
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{{ if .include_legacy }}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
java -jar $(dirname $0)/duck-encoder.jar $*
|
java -jar $(dirname $0)/duck-encoder.jar $*
|
||||||
|
{{- end }}
|
@ -1,4 +1,6 @@
|
|||||||
|
{{ if .include_legacy }}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo systemctl start lego@toy.xbudex.com.service
|
sudo systemctl start lego@toy.xbudex.com.service
|
||||||
scp /etc/ssl/certificates/toy.xbudex.com.crt toy.xbudex.com:AppData/Local/Syncthing/https-cert.pem
|
scp /etc/ssl/certificates/toy.xbudex.com.crt toy.xbudex.com:AppData/Local/Syncthing/https-cert.pem
|
||||||
scp /etc/ssl/certificates/toy.xbudex.com.key toy.xbudex.com:AppData/Local/Syncthing/https-key.pem
|
scp /etc/ssl/certificates/toy.xbudex.com.key toy.xbudex.com:AppData/Local/Syncthing/https-key.pem
|
||||||
|
{{- end }}
|
Loading…
Reference in New Issue