mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update haos_vm.sh
This commit is contained in:
		
							parent
							
								
									e06313cb2f
								
							
						
					
					
						commit
						27d0e3f955
					
				| 
						 | 
					@ -113,7 +113,7 @@ if [[ $FILE == *.zip ]]; then
 | 
				
			||||||
  echo -e "\e[1;33m Checking for unzip command... \e[0m"
 | 
					  echo -e "\e[1;33m Checking for unzip command... \e[0m"
 | 
				
			||||||
  if ! command -v unzip &> /dev/null; then
 | 
					  if ! command -v unzip &> /dev/null; then
 | 
				
			||||||
    echo -e "\e[1;33m Installing Unzip... \e[0m"
 | 
					    echo -e "\e[1;33m Installing Unzip... \e[0m"
 | 
				
			||||||
    apt-get update
 | 
					    apt update
 | 
				
			||||||
    apt install unzip -y
 | 
					    apt install unzip -y
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue