mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
1.5.1
This commit is contained in:
parent
2edb6f6dd7
commit
18f78385f3
10 changed files with 153 additions and 32 deletions
13
deploy/uninstall.sh
Normal file
13
deploy/uninstall.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# /bin/bash
|
||||
|
||||
# 停止 ghproxy 服务
|
||||
systemctl stop ghproxy
|
||||
|
||||
# 删除 ghproxy 服务
|
||||
systemctl disable ghproxy
|
||||
rm /etc/systemd/system/ghproxy.service
|
||||
|
||||
# 删除 ghproxy 文件夹
|
||||
rm -r /root/data/ghproxy
|
||||
|
||||
echo "ghproxy 已成功卸载"
|
||||
Loading…
Add table
Add a link
Reference in a new issue