mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
962baa098a
commit
c2d70f8590
|
@ -87,6 +87,11 @@ fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ ! -f /root/nf || ! -s /root/nf ]]; then
|
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
|
wget -O nf https://raw.githubusercontent.com/rkygogo/netflix-verify/main/nf_linux_$cpu
|
||||||
chmod +x nf
|
chmod +x nf
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue