From e64d3f81809718d0514039d9b8ef8174fdd85cec Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 22 Oct 2012 11:50:21 -0400 Subject: [PATCH] Use apt-get instead of aptitude on Debian / Ubuntu Reports from the field state that aptitude is not installed by default on Ubuntu any longer; thus go with the sure thing. Signed-off-by: Dan Scott --- README | 2 +- src/extras/Makefile.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 668060d..6278b89 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ using the Makefile.install prerequisite installer, substituting your operating system identifier for below: --------------------------------------------------------------------------- -aptitude install make +apt-get install make make -f src/extras/Makefile.install --------------------------------------------------------------------------- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index f4d5cf5..30c5221 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -26,7 +26,7 @@ SHELL=/bin/bash # 64 or 32 bit os? LBITS=$(shell getconf LONG_BIT) -APT_TOOL=aptitude -yq +APT_TOOL=apt-get -yq # Debian dependencies DEBS = \ -- 2.43.2