update to latest version

This commit is contained in:
2016-02-26 02:22:04 +01:00
parent c6275b7557
commit 38fcc24bcc
6 changed files with 21 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ fi
# Set apt-cacher-ng proxy
echo "Configuring apt to use local apt-cacher-ng proxy"
echo 'Acquire::http { Proxy "http://192.168.10.10:3142"; };
echo 'Acquire::http { Proxy "http://mit.tareo-tz.org:3142"; };
Acquire::https { Proxy "https://"; };' > "/etc/apt/apt.conf.d/01proxy"
killall apt-get
@@ -35,7 +35,8 @@ apt-get update
# Default software
echo "Installing default software"
apt-get -y install synaptic filezilla
apt-get -y install synaptic filezilla libreoffice
apt-get -y purge gnumeric* abiword*
# Reset GUI settings on every login (XFCE)