8 lines
182 B
Text
8 lines
182 B
Text
![]() |
#!/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
|
||
|
|