File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ cat << EndOfHelp
120120 jemalloc - Install jemalloc, required for CAPE to decrease memory usage
121121 Details: https://zapier.com/engineering/celery-python-jemalloc/
122122 crowdsecurity - Install CrowdSecurity for NGINX and webgui
123+ introvirt - Install IntroVirt
123124 docker - install docker
124125 osslsigncode - Linux alternative to Windows signtool.exe
125126 modsecurity - install Nginx ModSecurity plugin
@@ -169,6 +170,13 @@ function install_crowdsecurity() {
169170 sudo ./install.sh
170171}
171172
173+ function install_IntroVirt() {
174+ wget https://github.com/IntroVirt/IntroVirt/releases/latest/download/Ubuntu-$( lsb_release -sc) -$( lsb_release -sr) .tar.xz
175+ tar -Jxvf Ubuntu-$( lsb_release -sc) -$( lsb_release -sr) .tar.xz
176+ cd Ubuntu-$( lsb_release -sc) -$( lsb_release -sr)
177+ sudo apt install ./* .deb
178+ }
179+
172180function install_docker() {
173181 echo " [+] Install docker"
174182 # https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
@@ -1876,6 +1884,8 @@ case "$COMMAND" in
18761884 install_DIE;;
18771885' fluentd' )
18781886 install_fluentd;;
1887+ ' introvirt' )
1888+ install_IntroVirt;;
18791889' passivedns' )
18801890 install_passivedns;;
18811891* )
You can’t perform that action at this time.
0 commit comments