mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 17:11:34 -05:00
Remove disable connectivity checks
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
74e4d65193
commit
1e81c853bf
@ -331,15 +331,6 @@ EOF
|
|||||||
|
|
||||||
chmod 600 /mnt/etc/NetworkManager/conf.d/00-macrandomize.conf
|
chmod 600 /mnt/etc/NetworkManager/conf.d/00-macrandomize.conf
|
||||||
|
|
||||||
# Disable Connectivity Check.
|
|
||||||
bash -c 'cat > /mnt/etc/NetworkManager/conf.d/20-connectivity.conf' <<-'EOF'
|
|
||||||
[connectivity]
|
|
||||||
uri=http://www.archlinux.org/check_network_status.txt
|
|
||||||
interval=0
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod 600 /mnt/etc/NetworkManager/conf.d/20-connectivity.conf
|
|
||||||
|
|
||||||
# Enable IPv6 privacy extensions
|
# Enable IPv6 privacy extensions
|
||||||
bash -c 'cat > /mnt/etc/NetworkManager/conf.d/ip6-privacy.conf' <<-'EOF'
|
bash -c 'cat > /mnt/etc/NetworkManager/conf.d/ip6-privacy.conf' <<-'EOF'
|
||||||
[connection]
|
[connection]
|
||||||
|
Loading…
Reference in New Issue
Block a user