Skip to content

Commit

Permalink
[FIX] 2.2.1 version of caddy does not start with systemd on Ubuntu. U…
Browse files Browse the repository at this point in the history
…pdated to 2.4.3

Signed-off-by: Mark Sharpley <msh@Marks-MacBook-Pro.local>
  • Loading branch information
Mark Sharpley authored and alexellis committed Jul 13, 2021
1 parent efcae98 commit 9f1b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ install_caddy() {
;;
esac

curl -sSL "https://github.com/caddyserver/caddy/releases/download/v2.2.1/caddy_2.2.1_linux_${suffix}.tar.gz" | $SUDO tar -xvz -C /usr/bin/ caddy
curl -sSL "https://github.com/caddyserver/caddy/releases/download/v2.4.3/caddy_2.4.3_linux_${suffix}.tar.gz" | $SUDO tar -xvz -C /usr/bin/ caddy
$SUDO curl -fSLs https://raw.githubusercontent.com/caddyserver/dist/master/init/caddy.service --output /etc/systemd/system/caddy.service

$SUDO mkdir -p /etc/caddy
Expand Down

0 comments on commit 9f1b5e2

Please sign in to comment.