Skip to content

Commit 6f05198

Browse files
authored
Update net-speeder_debian_ubuntu.sh
1 parent 1c27f0e commit 6f05198

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

net-speeder_debian_ubuntu.sh

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ if [ $(id -u) != "0" ]; then
44
printf "错误:你必须以root的身份来运行此脚本!\n"
55
exit 1
66
fi
7-
8-
echo "=========================================================================\n"
9-
printf "Auto install net-speeder on your vps,written by tennfy \n"
10-
printf "Version 0.1 \n"
11-
127
apt-get update
138
apt-get install libnet1 libpcap0.8
149
apt-get install libnet1-dev libpcap0.8-dev

0 commit comments

Comments
 (0)