summaryrefslogtreecommitdiff
path: root/base-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'base-install.sh')
-rwxr-xr-xbase-install.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/base-install.sh b/base-install.sh
index 76025a0..b10f2d9 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -65,23 +65,17 @@ if [ -n "$pack_fail" ]; then
read
fi
+echo sun-java6-jdk shared/accepted-sun-dlj-v1-1 select true | sudo /usr/bin/debconf-set-selections
echo
if [ -n "$pack_arr" ]; then
echo "Installing missing packages:"
fi
-pack_fail=""
for p in $pack_arr; do
echo -n "'$p': "
cmd="sudo $APTITUDE -y install $p" && run_cmd "$cmd" "$p"
done
-if [ -n "$pack_fail" ]; then
- echo
- echo "WARNING: At least one missing package could not be installed. Press <Return> to continue or <Ctrl+C> to abort."
- read
-fi
-
echo
echo "Preparing JAVA:"
if [ ! -f $JAVA_CONF ]; then