Skip to content

Commit d10f200

Browse files
authored
Merge pull request #633 from andrey-utkin/bug-629
2 parents f0f4472 + c0ccc60 commit d10f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ case "$1" in
415415
install_pip
416416

417417
# Install pip3 dependencies
418-
/usr/local/bin/pip3 install --user setuptools_rust certbot certbot-dns-subdomain-provider
418+
/usr/local/bin/pip3 install --user --upgrade setuptools_rust certbot certbot-dns-subdomain-provider
419419
/usr/local/bin/pip3 install --user --upgrade pip
420420
/usr/local/bin/pip3 install --user --upgrade cryptography
421421
/usr/local/bin/pip3 install pyopenssl --upgrade

0 commit comments

Comments
 (0)