mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Merge pull request #256 from JOduMonT/patch-1
gnupg is required by crowdsec/script.deb.sh
This commit is contained in:
		
						commit
						a8ecc6526b
					
				| 
						 | 
					@ -60,11 +60,12 @@ function msg_ok() {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Setting up ${APP} Repository"
 | 
					msg_info "Setting up ${APP} Repository"
 | 
				
			||||||
 | 
					apt-get update &>/dev/null
 | 
				
			||||||
 | 
					apt-get install -y gnupg &>/dev/null
 | 
				
			||||||
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash &>/dev/null
 | 
					curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash &>/dev/null
 | 
				
			||||||
msg_ok "Setup ${APP} Repository"
 | 
					msg_ok "Setup ${APP} Repository"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing ${APP}"
 | 
					msg_info "Installing ${APP}"
 | 
				
			||||||
apt-get update &>/dev/null
 | 
					 | 
				
			||||||
apt-get install -y crowdsec &>/dev/null
 | 
					apt-get install -y crowdsec &>/dev/null
 | 
				
			||||||
msg_ok "Installed ${APP}"
 | 
					msg_ok "Installed ${APP}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue