From 925980b9ea3bfa78bde018c90c9adce2499bf286 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 17 Oct 2023 13:29:42 +0200 Subject: [PATCH] fix: bootstrap-root: python3-pipx does not exist, the package is called pipx --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7bb537a..d8d1933 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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