~clash命令改为依旧可用
~修复新手引导按提示开启小闪存但后续扔继续提示的bug
~移除了clash系内核在线获取配置文件时调用内核进行校验的机制
This commit is contained in:
juewuy
2024-01-15 18:46:18 +08:00
parent 705ed82396
commit 54b7981833
5 changed files with 4 additions and 0 deletions

View File

@@ -51,8 +51,10 @@ init(){
done
#初始化环境变量
sed -i "/alias crash/d" $profile
sed -i "/alias clash/d" $profile
sed -i "/export CRASHDIR/d" $profile
echo "alias crash=\"sh $CRASHDIR/menu.sh\"" >>$profile
echo "alias clash=\"sh $CRASHDIR/menu.sh\"" >>$profile
echo "export CRASHDIR=\"$CRASHDIR\"" >>$profile
#软固化功能
autoSSH