summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbase-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/base-install b/base-install
index 2764d42..3eaf9f4 100755
--- a/base-install
+++ b/base-install
@@ -20,7 +20,7 @@ echo "Base Packages:"
echo
echo "Updating index..."
-sudo $APT_GET install curl
+sudo $APT_GET install -y curl
check_utils "curl"
cmd="$CURL $REDLAND_APT_KEY > redland_key.asc >/dev/null 2>&1" && run_cmd "$cmd" "Download redland apt-key"
cmd="sudo $APT_KEY add redland_key.asc >/dev/null 2>&1; rm redland_key.asc" && run_cmd "$cmd" "Adding redland apt-key"
@@ -62,7 +62,7 @@ case "$DISTRIB_INFO" in
esac
sudo $APTITUDE update -y >/dev/null 2>&1
-sudo $APT_GET install dselect
+sudo $APT_GET install -y dselect
sudo dselect update
sudo $DPKG --set-selections < "$PACK_LIST"
sudo $APT_GET -y --force-yes -u dselect-upgrade