| 
				
			 | 
			
			
				@@ -32,7 +32,7 @@ TOMB_REPO="https://github.com/dyne/Tomb" 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				 TOMB_COMMIT='c80ebd6d6ed77980eb5b559757e03ea13a29bdd1' 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				33
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				34
			 | 
			
				34
			 | 
			
			
				 function mesh_install_tomb { 
			 | 
		
	
		
			
			| 
				35
			 | 
			
				
			 | 
			
			
				-	chroot ${rootdir} apt-get -y install cryptsetup zsh 
			 | 
		
	
		
			
			| 
				
			 | 
			
				35
			 | 
			
			
				+	chroot ${rootdir} apt-get -y install cryptsetup zsh pinentry-curses 
			 | 
		
	
		
			
			| 
				36
			 | 
			
				36
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				37
			 | 
			
				37
			 | 
			
			
				 	if [ ! -d ${rootdir}/$INSTALL_DIR ]; then 
			 | 
		
	
		
			
			| 
				38
			 | 
			
				38
			 | 
			
			
				 		mkdir -p ${rootdir}/$INSTALL_DIR 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -67,7 +67,7 @@ function install_tomb { 
			 | 
		
	
		
			
			| 
				67
			 | 
			
				67
			 | 
			
			
				 		fi 
			 | 
		
	
		
			
			| 
				68
			 | 
			
				68
			 | 
			
			
				 	fi 
			 | 
		
	
		
			
			| 
				69
			 | 
			
				69
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				70
			 | 
			
				
			 | 
			
			
				-	apt-get -y install cryptsetup zsh 
			 | 
		
	
		
			
			| 
				
			 | 
			
				70
			 | 
			
			
				+	apt-get -y install cryptsetup zsh pinentry-curses 
			 | 
		
	
		
			
			| 
				71
			 | 
			
				71
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				72
			 | 
			
				72
			 | 
			
			
				 	if [ ! -d $INSTALL_DIR ]; then 
			 | 
		
	
		
			
			| 
				73
			 | 
			
				73
			 | 
			
			
				 		mkdir -p $INSTALL_DIR 
			 |