Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-16 05:57:17 +00:00
parent 3c87bbf6c9
commit 902c37b3e9
1 changed files with 2 additions and 1 deletions

3
661.sh
View File

@ -87,7 +87,8 @@ fi
if [[ ! -f /root/nf || ! -s /root/nf ]]; then if [[ ! -f /root/nf || ! -s /root/nf ]]; then
cpujg cpujg
wget -O nf https://raw.githubusercontent.com/rkygogo/netflix-verify/main/nf_linux_$cpu wget -O nf https://gitlab.com/rwkgyg/CFwarp/-/raw/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