mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update scripts that use read -p (#4498)
This commit is contained in:
		@@ -55,7 +55,7 @@ export NODE_OPTIONS="--max-old-space-size=3584"
 | 
			
		||||
$STD npm run build
 | 
			
		||||
msg_ok "Installed Open WebUI"
 | 
			
		||||
 | 
			
		||||
read -r -p "Would you like to add Ollama? <y/N> " prompt
 | 
			
		||||
read -r -p "${TAB3}Would you like to add Ollama? <y/N> " prompt
 | 
			
		||||
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
 | 
			
		||||
  msg_info "Installing Ollama"
 | 
			
		||||
  curl -fsSLO https://ollama.com/download/ollama-linux-amd64.tgz
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user