Add INSTALL
This commit is contained in:
parent
85c3636a1b
commit
5d88f69fff
6
INSTALL
Normal file
6
INSTALL
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
install -DC -g root -o root -m 755 copy-cert.py -t /usr/local/bin/ copy-cert.py
|
||||||
|
install -DC -g root -o root -m 755 copy-cert.service -t /usr/local/lib/systemd/system/ copy-cert.service
|
||||||
|
install -DC -g root -o root -m 755 copy-cert.timer -t /usr/local/lib/systemd/system/ copy-cert.timer
|
||||||
|
install -DC -g root -o root -m 755 copy-cert.json -t /etc/ copy-cert.json
|
||||||
Loading…
Reference in a new issue