Giter Club home page Giter Club logo

Comments (3)

loyess avatar loyess commented on June 26, 2024

我也不知道该怎么修复,虽然报错给出了行号,然而根据行号无法定位到哪出错了。还有更多信息吗?

from shell.

jeffshead avatar jeffshead commented on June 26, 2024

我跑了wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlblss-plugins.sh 文件必须已损坏。 看起来原始文件没有被完全覆盖。 我再次运行 wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlbl 并修复了 **ss-plugins.sh 中的代码 **。 因此,原始报告的问题已解决。

但是,我运行该命令的原因是我试图执行更新,因为 SSL 证书已过期并且没有自动更新。 运行 ./ss-plugins.sh update 没有帮助。 我如何卸载 Caddy 2,因为运行 ./ss-plugins.sh uninstall 不会删除 Caddy。


I ran wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlbl. The ss-plugins.sh file must have become corrupted. It looks like the original file wasn't completely overwritten. I ran wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlbl again and it fixed the code in ss-plugins.sh. So the original reported issue is solved.

However, the reason why I ran that command was because I was trying to perform an update because the SSL cert expired and did not auto-update. Running ./ss-plugins.sh update did not help. How do I uninstall Caddy 2 since running ./ss-plugins.sh uninstall does not remove Caddy.

from shell.

loyess avatar loyess commented on June 26, 2024

无法删除 caddy 是 修复 #95 #97 时 没做前向兼容导致的,执行以下命令 可以删除 caddy。

# CentOS
chkconfig --del caddy

# Debian/Ubuntu
update-rc.d -f caddy remove


rm -rf /usr/local/caddy
rm -rf /etc/init.d/caddy
rm -rf /usr/bin/caddy

或者

touch /root/.WebInstallMark
./ss-plugins.sh uninstall

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.