From d967da7e9100eabad303b030c5ad3ec3b0b5bffc Mon Sep 17 00:00:00 2001 From: Botspot Date: Fri, 10 Sep 2021 22:01:36 -0500 Subject: [PATCH] Powerline-Shell: change to pip3 for Bullseye --- apps/Powerline-Shell/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Powerline-Shell/install b/apps/Powerline-Shell/install index 06db079..bc629d5 100755 --- a/apps/Powerline-Shell/install +++ b/apps/Powerline-Shell/install @@ -8,7 +8,7 @@ function error { } # Get dependencies -"${DIRECTORY}/pkg-install" "python3 python-pip fonts-powerline fonts-fantasque-sans" "$(dirname "$0")" || exit 1 +"${DIRECTORY}/pkg-install" "python3 python3-pip fonts-powerline fonts-fantasque-sans" "$(dirname "$0")" || exit 1 wget -qO- https://raw.githubusercontent.com/techcoder20/RPI-PowerlineShell-Installer/main/install.sh | bash || error "install.sh failed!"