Skip to content

Commit

Permalink
More install dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsommer committed Mar 11, 2015
1 parent 405037e commit 3782817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,9 @@ echo "\____|__ /___||____|_ / |____| |___\____|__ /_______ / "
echo -e " \/ \/ \/ \/ \n"

if [ "$ignore_dependencies" = "f" ]; then
set +e
if [ -z "${dist}" ]; then
loudCmd "apt-get install lsb-release"
loudCmd "apt-get -y --force-yes install lsb-release"
dist=`lsb_release -ds | awk '{print tolower($1);}'`
code=`lsb_release -cs`
fi
Expand All @@ -298,7 +299,6 @@ if [ "$ignore_dependencies" = "f" ]; then
loud "-----------------------------------------------------"

verbose "\n * Reading requirements-${dist,,}-${code,,}.apt..."
set +e
loudCmd "apt-get update"
if [ -f ${SCRIPT_DIR}/installer/lib/requirements-${dist,,}-${code,,}.apt ]; then
loudCmd "DEBIAN_FRONTEND=noninteractive apt-get -y -m --force-yes install $(grep -vE '^\s*#' ${SCRIPT_DIR}/installer/lib/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
Expand Down
5 changes: 1 addition & 4 deletions installer/lib/requirements-ubuntu-saucy.apt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,4 @@ liquidsoap-plugin-voaacenc
liquidsoap-plugin-vorbis

silan
libopus0

sysv-init
sysvinit-utils
libopus0

0 comments on commit 3782817

Please sign in to comment.