fix wheel
This commit is contained in:
parent
11250ce7d9
commit
d36a2595cd
@ -118,6 +118,7 @@ function update_script() {
|
|||||||
|
|
||||||
# Update Certbot and plugins in virtual environment
|
# Update Certbot and plugins in virtual environment
|
||||||
if [ -d /opt/certbot ]; then
|
if [ -d /opt/certbot ]; then
|
||||||
|
$STD /opt/certbot/bin/pip install --upgrade pip setuptools wheel
|
||||||
$STD /opt/certbot/bin/pip install --upgrade certbot certbot-dns-cloudflare
|
$STD /opt/certbot/bin/pip install --upgrade certbot certbot-dns-cloudflare
|
||||||
fi
|
fi
|
||||||
msg_ok "Setup Environment"
|
msg_ok "Setup Environment"
|
||||||
|
@ -34,7 +34,7 @@ msg_ok "Installed Python Dependencies"
|
|||||||
|
|
||||||
msg_info "Setting up Certbot"
|
msg_info "Setting up Certbot"
|
||||||
$STD python3 -m venv /opt/certbot
|
$STD python3 -m venv /opt/certbot
|
||||||
$STD /opt/certbot/bin/pip install --upgrade pip
|
$STD /opt/certbot/bin/pip install --upgrade pip setuptools wheel
|
||||||
$STD /opt/certbot/bin/pip install certbot certbot-dns-cloudflare
|
$STD /opt/certbot/bin/pip install certbot certbot-dns-cloudflare
|
||||||
ln -sf /opt/certbot/bin/certbot /usr/local/bin/certbot
|
ln -sf /opt/certbot/bin/certbot /usr/local/bin/certbot
|
||||||
msg_ok "Set up Certbot"
|
msg_ok "Set up Certbot"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user