Powerline-Shell: change to pip3 for Bullseye

pull/734/merge
Botspot 4 years ago
parent 6c641784ad
commit d967da7e91

@ -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!"

Loading…
Cancel
Save