Supports Debian/Ubuntu, Arch, Fedora, CentOS/RHEL and OpenSUSE based distos

pull/92/head
theodosisathanasakis 6 years ago
parent d07df7b92c
commit 36a61ffd57

@ -12,7 +12,6 @@ if [ ${#APT} -gt 0 ]; then
sudo apt-get install python3
sudo apt-get install python3-pip
elif [ ${#PACMAN} -gt 0 ]; then
echo bla
sudo pacman -S python3
sudo pacman -S python3-pip
elif [ ${#DNF} -gt 0 ]; then

Loading…
Cancel
Save