We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe30e06 commit 70d2be6Copy full SHA for 70d2be6
ct/caddy.sh
@@ -33,7 +33,7 @@ function update_script() {
33
msg_ok "Updated $APP LXC"
34
35
if command -v xcaddy >/dev/null 2>&1; then
36
- install_go
+ setup_go
37
msg_info "Updating xCaddy"
38
cd /opt
39
RELEASE=$(curl -fsSL https://api.github.com/repos/caddyserver/xcaddy/releases/latest | grep "tag_name" | awk -F '"' '{print $4}')
0 commit comments