Fix in archlinux script
This commit is contained in:
parent
73e121f8b1
commit
3688f2858a
1 changed files with 2 additions and 1 deletions
|
|
@ -12,11 +12,12 @@ DISTRO=`( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head
|
|||
|
||||
if [[ $DISTRO =~ ^Debian ]]; then
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install python3 python3-pip
|
||||
|
||||
elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then
|
||||
|
||||
sudo pacman -S --noconfirm python python-pip
|
||||
sudo pacman -Syu --noconfirm python python-pip
|
||||
|
||||
else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue