Update ipv6on-custom.sh

This commit is contained in:
Script Proyect by HP3ICC 2024-09-14 03:40:08 +00:00
parent 45d662f79a
commit 75b614527a
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
if [ ! "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
cat > /bin/ipv6on-custom <<- "EOF"
#!/bin/bash
@ -38,3 +39,4 @@ EOF
sudo chmod +x /bin/ipv6on-custom
ipv6on-custom
fi