Update certbot.js

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2024-10-09 20:15:10 +02:00 committed by GitHub
parent ed605c0ffb
commit fa6ee87c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ const certbot = {
const plugin = dnsPlugins[pluginKey]; const plugin = dnsPlugins[pluginKey];
logger.start(`Installing ${pluginKey}...`); logger.start(`Installing ${pluginKey}...`);
const cmd = 'pip install --no-cache-dir ' + plugin.package_name; const cmd = 'pip install --upgrade --no-cache-dir ' + plugin.package_name;
return utils return utils
.exec(cmd) .exec(cmd)
.then((result) => { .then((result) => {