Skip to content
Snippets Groups Projects
Commit 7a24407e authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove unneeded bc dependency

fixes #212
parent df68c211
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,6 @@ if [ "$DIST" = "Ubuntu" ] || [ "$DIST" = "Debian" ]; then
if ! which lsb_release &> /dev/null; then
$install lsb-release
fi
if ! which bc &> /dev/null; then
$install bc
fi
fi
test -e /etc/fedora-release && DIST="Fedora"
if [ "$DIST" = "Fedora" ]; then
......@@ -56,9 +53,6 @@ if [ "$DIST" = "Fedora" ]; then
if ! which lsb_release &> /dev/null; then
$install redhat-lsb-core
fi
if ! which bc &> /dev/null; then
$install bc
fi
fi
if which lsb_release &> /dev/null; then
DIST=`lsb_release -is`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment