mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update and rename cassandra.sh to apache-cassandra.sh
tweak
This commit is contained in:
		
							parent
							
								
									d0b60329f6
								
							
						
					
					
						commit
						15b22bfc69
					
				| 
						 | 
				
			
			@ -8,17 +8,18 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
 | 
			
		|||
function header_info {
 | 
			
		||||
clear
 | 
			
		||||
cat <<"EOF"
 | 
			
		||||
   ______                                __
 | 
			
		||||
  / ____/___ _______________ _____  ____/ /________ _
 | 
			
		||||
 / /   / __ `/ ___/ ___/ __ `/ __ \/ __  / ___/ __ `/
 | 
			
		||||
/ /___/ /_/ (__  |__  ) /_/ / / / / /_/ / /  / /_/ /
 | 
			
		||||
\____/\__,_/____/____/\__,_/_/ /_/\__,_/_/   \__,_/
 | 
			
		||||
    ___                     __            ______                                __
 | 
			
		||||
   /   |  ____  ____ ______/ /_  ___     / ____/___ _______________ _____  ____/ /________ _
 | 
			
		||||
  / /| | / __ \/ __ `/ ___/ __ \/ _ \   / /   / __ `/ ___/ ___/ __ `/ __ \/ __  / ___/ __ `/
 | 
			
		||||
 / ___ |/ /_/ / /_/ / /__/ / / /  __/  / /___/ /_/ (__  |__  ) /_/ / / / / /_/ / /  / /_/ /
 | 
			
		||||
/_/  |_/ .___/\__,_/\___/_/ /_/\___/   \____/\__,_/____/____/\__,_/_/ /_/\__,_/_/   \__,_/
 | 
			
		||||
      /_/
 | 
			
		||||
 | 
			
		||||
EOF
 | 
			
		||||
}
 | 
			
		||||
header_info
 | 
			
		||||
echo -e "Loading..."
 | 
			
		||||
APP="Cassandra"
 | 
			
		||||
APP="Apache-Cassandra"
 | 
			
		||||
var_disk="4"
 | 
			
		||||
var_cpu="1"
 | 
			
		||||
var_ram="2048"
 | 
			
		||||
		Loading…
	
		Reference in New Issue