mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
update Pipfile.lock
This commit is contained in:
parent
f4b81d890c
commit
6b1bc4ee06
3 changed files with 11 additions and 39 deletions
2
build.sh
2
build.sh
|
|
@ -381,7 +381,7 @@ if $build_local; then
|
|||
|
||||
$PIPENV --version
|
||||
|
||||
cmd="$PIPENV --rm && $PIPENV update && $PIPENV install"
|
||||
cmd="rm Pipfile.lock; $PIPENV --rm && $PIPENV install && $PIPENV update"
|
||||
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
|
||||
eval "$cmd"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue