|  | @@ -88,10 +88,17 @@ function initial_setup {
 | 
	
		
			
			| 88 | 88 |  
 | 
	
		
			
			| 89 | 89 |      apt-get -y remove --purge apache*
 | 
	
		
			
			| 90 | 90 |      apt-get -y dist-upgrade
 | 
	
		
			
			| 91 |  | -    apt-get -y install ca-certificates emacs24 cpulimit
 | 
	
		
			
			| 92 |  | -    apt-get -y install cryptsetup libgfshare-bin obnam sshpass wget
 | 
	
		
			
			| 93 |  | -    apt-get -y install avahi-daemon avahi-utils avahi-discover
 | 
	
		
			
			| 94 |  | -    apt-get -y install connect-proxy
 | 
	
		
			
			|  | 91 | +    apt-get -y install ca-certificates
 | 
	
		
			
			|  | 92 | +    apt-get -y install apt-utils
 | 
	
		
			
			|  | 93 | +    apt-get -y install cryptsetup libgfshare-bin obnam sshpass wget avahi-daemon
 | 
	
		
			
			|  | 94 | +    apt-get -y install avahi-utils avahi-discover connect-proxy openssh-server
 | 
	
		
			
			|  | 95 | +    apt-get -y install sudo git dialog build-essential avahi-daemon avahi-utils
 | 
	
		
			
			|  | 96 | +    apt-get -y install avahi-discover avahi-autoipd iptables dnsutils net-tools
 | 
	
		
			
			|  | 97 | +    apt-get -y install network-manager iputils-ping libnss-mdns libnss-myhostname
 | 
	
		
			
			|  | 98 | +    apt-get -y install libnss-gw-name nano man ntp locales locales-all debconf
 | 
	
		
			
			|  | 99 | +    apt-get -y install wireless-tools wpasupplicant usbutils cryptsetup zsh
 | 
	
		
			
			|  | 100 | +    apt-get -y install pinentry-curses eatmydata iotop bc grub2 hostapd haveged
 | 
	
		
			
			|  | 101 | +    apt-get -y install cpulimit
 | 
	
		
			
			| 95 | 102 |  
 | 
	
		
			
			| 96 | 103 |      if [ ! -d $INSTALL_DIR ]; then
 | 
	
		
			
			| 97 | 104 |          mkdir -p $INSTALL_DIR
 |