mirror of
https://github.com/thiagoralves/OpenPLC_Editor.git
synced 2025-05-08 08:00:54 +08:00
fixed missing pip install
This commit is contained in:
parent
f43d71ca3e
commit
0de9b077b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user