Update certbot.js
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
ed605c0ffb
commit
fa6ee87c40
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const certbot = {
|
|||
const plugin = dnsPlugins[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
|
||||
.exec(cmd)
|
||||
.then((result) => {
|
||||
|
|
Loading…
Reference in a new issue