Skip to content

Commit

Permalink
Merge pull request #239 from jjardon/jjardon/fix_python_dep
Browse files Browse the repository at this point in the history
install_dependencies.sh: Python2 is python2 in Arch
  • Loading branch information
devcurmudgeon authored Aug 24, 2016
2 parents a39961b + b332ab7 commit 9ba66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi
# install for Arch
which pacman 2>&1 > /dev/null
if [ $? -eq 0 ] && [ $installed = false ]; then
sudo pacman -S --noconfirm which make automake gcc gawk git m4 wget python
sudo pacman -S --noconfirm which make automake gcc gawk git m4 wget python2
if [ $? -ne 0 ]; then
echo "Install failed"
exit 1
Expand Down

0 comments on commit 9ba66ef

Please sign in to comment.