fix: bootstrap-root: python3-pipx does not exist, the package is called pipx
This commit is contained in:
parent
d258fa8a4f
commit
925980b9ea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ apt-get update \
|
|||
&& apt-get install --no-install-recommends -y \
|
||||
firejail \
|
||||
firejail-profiles \
|
||||
python3-pipx \
|
||||
pipx \
|
||||
&& apt-file update
|
||||
|
||||
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1
|
||||
|
|
Loading…
Reference in a new issue