initial commit
This commit is contained in:
10
usr/local/sbin/certbot-full-update
Executable file
10
usr/local/sbin/certbot-full-update
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# (c) 2024, Konstantin Demin
|
||||
|
||||
set -ef
|
||||
|
||||
[ -n "${VIRTUAL_ENV}" ] || exec certbot-venv "$0" "$@"
|
||||
|
||||
# pip list --format json | jq -r '.[].name' | xargs -r pip install -U
|
||||
pip list --format freeze | awk -F= '{print $1}' | xargs -r pip install -U
|
Reference in New Issue
Block a user