Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-11-20 16:28:51 +09:00 committed by GitHub
parent 1f5f087407
commit f9f04f1631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2856,7 +2856,7 @@ function DebianModifiedPreseed() {
ReviseMOTD="$1 sed -ri 's/Debian/Kali/g' /etc/update-motd.d/00-header;"
SupportZSH="$1 apt install zsh -y; $1 chsh -s /bin/zsh; $1 rm -rf /root/.bashrc.original;"
}
# Write the following configs to "/etc/sysctl.conf"
# Write the following configs to "/etc/sysctl.d/99-sysctl.conf"
# net.core.default_qdisc = fq
# net.ipv4.tcp_congestion_control = bbr
# net.ipv4.tcp_rmem = 8192 262144 536870912