mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-15 18:15:16 +00:00
Update crowdsec.sh
remove sudo command
This commit is contained in:
@@ -64,7 +64,7 @@ msg_info "Setting up ${APP} Repository"
|
||||
apt-get update &>/dev/null
|
||||
apt-get install -y curl &>/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 | bash &>/dev/null
|
||||
msg_ok "Setup ${APP} Repository"
|
||||
|
||||
msg_info "Installing ${APP}"
|
||||
|
||||
Reference in New Issue
Block a user