FIx in install_python.sh
This commit is contained in:
parent
0e0131334a
commit
bbc5f84ceb
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ DISTRO=`( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head
|
|||
|
||||
if [[ $DISTRO =~ ^Debian ]] || [[ $DISTRO =~ ^Ubuntu ]]; then
|
||||
|
||||
sudo apt-get update
|
||||
apt install sudo
|
||||
apt-get update
|
||||
apt-get install sudo
|
||||
sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0
|
||||
|
||||
elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue