sysconfig/ssl-acme-install.sh
2022-12-26 17:56:32 +08:00

8 lines
260 B
Bash

curl https://get.acme.sh | sh -s email=ssl@faronear.org
pushd /faronear/fon/sysconfig
# 取消被默认添加到 .bashrc 的设置
git reset . && git checkout .
# echo '. "$HOME/.acme.sh/acme.sh.env"' >> ~/.bashrc_custom ## already integrated in .bashrc
popd