Browse Source

removed installer progress

master
Pascal Gloor 5 years ago
parent
commit
bdb32dcafc
1 changed files with 3 additions and 9 deletions
  1. 3
    9
      install.sh

+ 3
- 9
install.sh View File

@@ -1,7 +1,7 @@
#!/bin/sh

echo "Installing required packages"
for i in `apt-get --assume-yes install \
apt-get --assume-yes install \
build-essential \
linux-headers-amd64 \
iptables-persistent \
@@ -14,16 +14,10 @@ for i in `apt-get --assume-yes install \
tor \
rsync \
unbound \
vim-tiny`
do
echo -n .
done
echo " Done"

vim-tiny

echo "Removing unused packages"
for i in `apt-get --assume-yes remove --purge nano`; do echo -n "."; done
echo " Done"
apt-get --assume-yes remove --purge nano


echo "Mounting VirtualBox VM guest additions CD..."

Loading…
Cancel
Save