| 
					
				 | 
			
			
				@@ -233,7 +233,7 @@ if [[ -n "$username" && -n "$password" ]]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	# install gvm loading from ~/.bash_profile, and the latest go version 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	su $username -c "if [ ! -d ~/.gvm ]; then GVM_NO_UPDATE_PROFILE=1 bash < <(curl -Ls https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 2> /dev/null); fi" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n! which gvm &> /dev/null && . ~/.gvm/scripts/gvm" >> ~/.bash_profile' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n[ -s ~/.gvm/scripts/gvm ] && . $HOME/.gvm/scripts/gvm" >> ~/.bash_profile' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	su $username -c ". ~/.gvm/scripts/gvm && gvm install go1.17.6 -B && gvm use go1.17.6 --default" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	# configure user-space transmission 
			 |