Update .tweaking.sh

This commit is contained in:
jerry048 2021-05-04 02:08:43 +08:00 committed by GitHub
parent a568e7c3e1
commit 27c373c2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function Network_Other_Tweaking {
tput setaf 2; echo "Doing other Network Tweaking" tput setaf 2; echo "Doing other Network Tweaking"
tput setaf 1 tput setaf 1
#Other 1 #Other 1
apt-get -qqy install net-tools
/sbin/ifconfig $interface txqueuelen 10000 /sbin/ifconfig $interface txqueuelen 10000
sleep 1 sleep 1
#Other 2 #Other 2