Skip to content

Commit

Permalink
Merge f4d6515 into 65c7e07
Browse files Browse the repository at this point in the history
  • Loading branch information
ldachary committed Feb 3, 2015
2 parents 65c7e07 + f4d6515 commit 01a4aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-deps.sh
Expand Up @@ -18,6 +18,11 @@ if test $(id -u) != 0 ; then
SUDO=sudo
fi
export LC_ALL=C # the following is vulnerable to i18n

if test -f /etc/redhat-release ; then
$SUDO yum install -y redhat-lsb-core
fi

case $(lsb_release -si) in
Ubuntu|Debian|Devuan)
$SUDO apt-get install -y dpkg-dev
Expand Down

0 comments on commit 01a4aa8

Please sign in to comment.