mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
13 lines
No EOL
234 B
Bash
13 lines
No EOL
234 B
Bash
# /bin/bash
|
|
|
|
# 停止 ghproxy 服务
|
|
systemctl stop ghproxy
|
|
|
|
# 删除 ghproxy 服务
|
|
systemctl disable ghproxy
|
|
rm /etc/systemd/system/ghproxy.service
|
|
|
|
# 删除 ghproxy 文件夹
|
|
rm -r /root/data/ghproxy
|
|
|
|
echo "ghproxy 已成功卸载" |