add script for creating VM image
This commit is contained in:
parent
9c3189544a
commit
75c3228c5e
8 changed files with 196 additions and 2 deletions
7
bin/certbot
Executable file
7
bin/certbot
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
export PYTHONPATH="/pkg/certbot/4.2.0/local/lib/python3.11/dist-packages"
|
||||
export PATH="/pkg/certbot/4.2.0/local/bin:$PATH"
|
||||
|
||||
/pkg/certbot/4.2.0/local/bin/certbot
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue