Option to disable IPv6 (#986)

This commit is contained in:
tteckster 2023-01-26 03:55:42 -05:00 committed by GitHub
parent 61df2ea119
commit 6964f82b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
160 changed files with 889 additions and 22 deletions

View file

@ -86,9 +86,9 @@ apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
apt-get install python3-pip -y &>/dev/null
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
msg_info "Installing Whoogle"
pip install brotli &>/dev/null