mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-26 15:14:02 +00:00
Disable IPv6 to work + sysctl restart
This commit is contained in:
parent
22acde23b9
commit
04c4350de1
@ -20,4 +20,15 @@ RESULT=$?
|
|||||||
|
|
||||||
echo "Finished running dkms install steps."
|
echo "Finished running dkms install steps."
|
||||||
|
|
||||||
|
|
||||||
|
if echo "net.ipv6.conf.all.disable_ipv6 = 1
|
||||||
|
net.ipv6.conf.default.disable_ipv6 = 1
|
||||||
|
net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf; then
|
||||||
|
echo "Disabled IPv6 Successfuly "
|
||||||
|
sysctl -p
|
||||||
|
else
|
||||||
|
echo "Could not disable IPv6"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
exit $RESULT
|
exit $RESULT
|
||||||
|
Loading…
Reference in New Issue
Block a user