2 Star 2 Fork 3

huangjianpeng/frpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frpc_linux_uninstall.sh 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
stilleshan 提交于 2020-02-08 13:30 . Upload shell script files
#!/bin/sh
# 停止frpc
sudo systemctl stop frpc && \
# 删除frpc
rm -rf /usr/local/frp && \
# 删除frpc.service
rm -rf /lib/systemd/system/frpc.service && \
sudo systemctl daemon-reload && \
# 删除本文件
rm -rf frpc_linux_uninstall.sh
echo "============================" &&\
echo -e "\033[32m卸载成功,相关文件已清理完毕!\033[0m" && \
echo "============================"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/pengpengzs10/frpc.git
git@gitee.com:pengpengzs10/frpc.git
pengpengzs10
frpc
frpc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385