mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
02e4834397
commit
9a5a321d3b
|
@ -1214,7 +1214,7 @@ case "$Input" in
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
if [ $# == 0 ]; then
|
if [ $# == 0 ]; then
|
||||||
warpwgcf
|
#warpwgcf
|
||||||
bit=`uname -m`
|
bit=`uname -m`
|
||||||
[[ $bit = aarch64 ]] && cpu=arm64
|
[[ $bit = aarch64 ]] && cpu=arm64
|
||||||
if [[ $bit = x86_64 ]]; then
|
if [[ $bit = x86_64 ]]; then
|
||||||
|
@ -1777,7 +1777,7 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $# == 0 ]; then
|
if [ $# == 0 ]; then
|
||||||
warpgo
|
#warpgo
|
||||||
cpujg
|
cpujg
|
||||||
start_menu
|
start_menu
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue