summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-24 12:33:29 +0100
committerJavier Jardón <jjardon@gnome.org>2016-08-24 12:33:29 +0100
commitb332ab7c8aada0294b4d3c7c8570e7b4d556baa7 (patch)
tree8b7c1334d15055175f0b8758e8c5c6327904eb6d /install_dependencies.sh
parenta39961bf278773f26a6d8af879dcc2239d028edb (diff)
downloadybd-b332ab7c8aada0294b4d3c7c8570e7b4d556baa7.tar.gz
install_dependencies.sh: Python2 is python2 in Arch
Diffstat (limited to 'install_dependencies.sh')
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index e70e58a..ce10109 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -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