summaryrefslogtreecommitdiff
path: root/base-install.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 14:03:51 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 14:03:51 +0200
commitde9c1794db7419da642398ac41975a282ca92dd1 (patch)
tree68d1306fe506559eb44b103ec88e86ab357fcd33 /base-install.sh
parent0b0dafd700dce8ab635038dac68255be1897eb04 (diff)
all
Diffstat (limited to 'base-install.sh')
-rwxr-xr-xbase-install.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/base-install.sh b/base-install.sh
index b10f2d9..c7f19d4 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -43,10 +43,8 @@ done
if [ -n "$pack_arr" ]; then
echo
echo "Checking availablity:"
- echo -n "Updating package indices: "
sudo $APTITUDE update -y >/dev/null 2>&1
sudo $APTITUDE upgrade -y >/dev/null 2>&1
- echo "done."
fi
for p in $pack_arr; do
@@ -72,7 +70,6 @@ if [ -n "$pack_arr" ]; then
fi
for p in $pack_arr; do
- echo -n "'$p': "
cmd="sudo $APTITUDE -y install $p" && run_cmd "$cmd" "$p"
done