|  | @@ -130,15 +130,10 @@ function mesh_install_librevault {
 | 
	
		
			
			| 130 | 130 |      chroot "$rootdir" apt-get -yq install autoconf automake libtool curl make unzip
 | 
	
		
			
			| 131 | 131 |  
 | 
	
		
			
			| 132 | 132 |      # A workaround which allows c++14 to be installed
 | 
	
		
			
			| 133 |  | -    sed -i 's|jessie|stretch|g' $rootdir/etc/apt/sources.list
 | 
	
		
			
			| 134 |  | -    sed -i 's|stretch-backports|jessie-backports|g' $rootdir/etc/apt/sources.list
 | 
	
		
			
			| 135 |  | -    chroot "$rootdir" apt-get update
 | 
	
		
			
			| 136 | 133 |      chroot "$rootdir" apt-get -yq install g++ gcc-6 g++-6 libboost-all-dev libssl-dev
 | 
	
		
			
			| 137 | 134 |      chroot "$rootdir" apt-get -yq install protobuf-compiler libprotobuf-dev
 | 
	
		
			
			| 138 | 135 |      chroot "$rootdir" apt-get -yq install qtbase5-dev libqt5svg5-dev libqt5websockets5-dev
 | 
	
		
			
			| 139 | 136 |      chroot "$rootdir" apt-get -yq install libsqlite3-dev qttools5-dev qttools5-dev-tools libnatpmp-dev
 | 
	
		
			
			| 140 |  | -    sed -i 's|stretch|jessie|g' $rootdir/etc/apt/sources.list
 | 
	
		
			
			| 141 |  | -    chroot "$rootdir" apt-get update
 | 
	
		
			
			| 142 | 137 |  
 | 
	
		
			
			| 143 | 138 |      if [ ! -d $rootdir$INSTALL_DIR ]; then
 | 
	
		
			
			| 144 | 139 |          mkdir -p $rootdir$INSTALL_DIR
 |