added missing fi
This commit is contained in:
parent
02d0c9de53
commit
9831aa85ae
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ check-deps(){
|
||||||
run sudo apt-get install -y python3 python3-pip
|
run sudo apt-get install -y python3 python3-pip
|
||||||
# TODO: make a universal package install function
|
# TODO: make a universal package install function
|
||||||
fi
|
fi
|
||||||
if ! $(which pip3)
|
if ! $(which pip3) ; then
|
||||||
run sudo apt-get install -y python3-pip
|
run sudo apt-get install -y python3-pip
|
||||||
fi
|
fi
|
||||||
for pkg in ${pip_packages[@]} ; do
|
for pkg in ${pip_packages[@]} ; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue