|  | @@ -359,6 +359,10 @@ function disable_password_logins {
 | 
	
		
			
			| 359 | 359 |  	sed -i 's|PasswordAuthentication.*|PasswordAuthentication no|g' /etc/ssh/sshd_config
 | 
	
		
			
			| 360 | 360 |  }
 | 
	
		
			
			| 361 | 361 |  
 | 
	
		
			
			|  | 362 | +function disable_screen_lock {
 | 
	
		
			
			|  | 363 | +	dconf write /org/gnome/desktop/screensaver/lock-enabled false
 | 
	
		
			
			|  | 364 | +}
 | 
	
		
			
			|  | 365 | +
 | 
	
		
			
			| 362 | 366 |  if [ -f /root/.initial_mesh_setup ]; then
 | 
	
		
			
			| 363 | 367 |  	if [ $1 ]; then
 | 
	
		
			
			| 364 | 368 |  		MY_USERNAME=$1
 | 
	
	
		
			
			|  | @@ -381,6 +385,7 @@ if [ -f /root/.initial_mesh_setup ]; then
 | 
	
		
			
			| 381 | 385 |  	configure_toxcore
 | 
	
		
			
			| 382 | 386 |  	configure_zeronet
 | 
	
		
			
			| 383 | 387 |  	disable_password_logins
 | 
	
		
			
			|  | 388 | +	disable_screen_lock
 | 
	
		
			
			| 384 | 389 |  
 | 
	
		
			
			| 385 | 390 |  	rm /root/.initial_mesh_setup
 | 
	
		
			
			| 386 | 391 |  	systemctl disable mesh-setup.service
 |