From c2d70f85909df2242a1c67be7c592d214cc217b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Sat, 4 Mar 2023 23:53:07 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CFwarp.sh b/CFwarp.sh index a0f2018..292d5ec 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -87,6 +87,11 @@ fi fi fi if [[ ! -f /root/nf || ! -s /root/nf ]]; then +bit=`uname -m` +[[ $bit = aarch64 ]] && cpu=arm64 +if [[ $bit = x86_64 ]]; then +cpu=amd64 +fi wget -O nf https://raw.githubusercontent.com/rkygogo/netflix-verify/main/nf_linux_$cpu chmod +x nf fi