From 75b614527a5dfdde35889c5337717b5952d9d35b Mon Sep 17 00:00:00 2001 From: Script Proyect by HP3ICC Date: Sat, 14 Sep 2024 03:40:08 +0000 Subject: [PATCH] Update ipv6on-custom.sh --- install/ipv6on-custom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/ipv6on-custom.sh b/install/ipv6on-custom.sh index fac62f6..e81b2ba 100644 --- a/install/ipv6on-custom.sh +++ b/install/ipv6on-custom.sh @@ -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