Skip to content

Commit

Permalink
PiGro: sync dependencies with upstream and bookworm compat
Browse files Browse the repository at this point in the history
work towards #2401
  • Loading branch information
theofficialgman committed Jul 29, 2023
1 parent 73fead3 commit 2d46e6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/PiGro/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
version=23.02

# Get dependencies
install_packages xterm python3-pil python3-pil.imagetk python3-pip python3-dev mpg123 lolcat || exit 1
# Get Python dependencies
pip3 install playsound psutil distro py-notifier
install_packages xterm python3-pil python3-pil.imagetk python3-pip python3-psutil python3-distro python3-bs4 python3-dev python3-requests mpg123 lolcat || exit 1

rm -rf ~/PiGro-Aid- || error "Failed to first remove ~/PiGro-Aid- folder!"
git_clone https://github.com/actionschnitzel/PiGro-Aid- -b $version --depth=1 || error "Failed to clone repository!"
Expand Down

0 comments on commit 2d46e6c

Please sign in to comment.