Skip to content

Commit

Permalink
Update build_debian12_bookworm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein authored Oct 28, 2023
1 parent 6a669a8 commit cb53174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_debian12_bookworm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export PATH=$PATH:$HOME/.pyenv/bin
pyenv install 3.10.0
pyenv global 3.10.0
pyenv exec python -m venv .venv
source venv/bin/activate
pyenv activate venv

npm run build-linux
npm run deb_bookworm
Expand Down

0 comments on commit cb53174

Please sign in to comment.