|  | @@ -177,9 +177,11 @@ echo ''
 | 
	
		
			
			| 177 | 177 |  echo 'and use the "su" command to become the root user again. You can then load'
 | 
	
		
			
			| 178 | 178 |  echo 'the freedombone main installation script with:'
 | 
	
		
			
			| 179 | 179 |  echo ''
 | 
	
		
			
			| 180 |  | -echo '    apt-get -y install git'
 | 
	
		
			
			|  | 180 | +echo '    apt-get update'
 | 
	
		
			
			|  | 181 | +echo '    apt-get -y install git dialog build-essential'
 | 
	
		
			
			| 181 | 182 |  echo '    git clone https://github.com/bashrc/freedombone.git'
 | 
	
		
			
			| 182 | 183 |  echo '    cd freedombone'
 | 
	
		
			
			|  | 184 | +echo '    make install'
 | 
	
		
			
			| 183 | 185 |  echo ''
 | 
	
		
			
			| 184 | 186 |  echo 'Finally you can use the freedombone command to install a server configuration:'
 | 
	
		
			
			| 185 | 187 |  echo ''
 |