fixed missing pip install

This commit is contained in:
Martin 2024-09-17 17:45:55 +02:00
parent f43d71ca3e
commit 0de9b077b5
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ elif [ -x /usr/sbin/pkg ] && [ $(uname) == "FreeBSD" ]; then
#Installing dependencies for Arch Linux
elif [ -x /usr/bin/pacman ]; then
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm base-devel yay gtk3
sudo pacman -S --noconfirm base-devel yay gtk3 python-pip
# Installing python3.9 from AUR
yay -S --noconfirm python39
else