fix: bootstrap-root: python3-pipx does not exist, the package is called pipx

This commit is contained in:
Tobias Schmidl 2023-10-17 13:29:42 +02:00
parent d258fa8a4f
commit 925980b9ea

View file

@ -44,7 +44,7 @@ apt-get update \
&& apt-get install --no-install-recommends -y \ && apt-get install --no-install-recommends -y \
firejail \ firejail \
firejail-profiles \ firejail-profiles \
python3-pipx \ pipx \
&& apt-file update && apt-file update
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1 [ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1