File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 77- ** 方法 2** :手动删除:打开软件安装目录,进入 resource 文件夹,使用 cmd 运行 uninstall-service.exe
88
99### 2. macOS 下卸载删除 service 的方法
10-
10+ #### 方法1:
1111** 步骤 1:停止服务**
1212``` bash
1313sudo launchctl stop io.github.clash-verge-rev.clash-verge-rev.service
@@ -20,7 +20,15 @@ sudo rm -rf /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge
2020```
2121
2222> ⚠️ ** 重要提示** :完成以上步骤后,tun 服务将停止运行,并且在进程中将不再可见。为了确保后续安装其他版本时不会出现问题,请务必删除上述 tun 服务的文件夹。
23-
23+ #### 方法2:
24+ 安装服务:(如果用此方式手动安装服务后,需重启 app 才能看到 UI 中的变化)
25+ ``` bash
26+ sudo /Applications/Clash\ Verge.app/Contents/Resources/resources/install-service
27+ ```
28+ 卸载服务:
29+ ``` bash
30+ sudo /Applications/Clash\ Verge.app/Contents/Resources/resources/uninstall-service
31+ ```
2432### 3. Linux 下卸载删除 service 的方法
2533- ** 方法 1** :在软件设置菜单,虚拟网卡旁边点删除图标
2634- ** 方法 2** :手动删除:命令行执行 ` sudo /bin/uninstall-service ` (当服务出问题时候,可以删除后再手动安装 ` sudo /bin/install-service ` )
You can’t perform that action at this time.
0 commit comments