Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Caddy v2.1.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Jun 30, 2020
1 parent be93b94 commit 1483fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Caddy installation script
> ⚠️ This script installs Caddy v2, if you are looking for v1 please follow [this link](https://github.com/vintagesucks/caddy-script/tree/v1).
#### Features
- [x] Install Caddy v2.0.0
- [x] Install Caddy v2.1.0
- [x] Install PHP 7.4
- [x] Install MariaDB
- [x] Register Caddy as a service with systemd
Expand Down
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function install_caddy()
sudo apt-get update
echo "Installing Caddy."
apt-get install libcap2-bin curl sudo -y
curl -L -o caddy.tar.gz https://github.com/caddyserver/caddy/releases/download/v2.0.0/caddy_2.0.0_linux_amd64.tar.gz
curl -L -o caddy.tar.gz https://github.com/caddyserver/caddy/releases/download/v2.1.0/caddy_2.1.0_linux_amd64.tar.gz
tar -zxvf caddy.tar.gz caddy
mv caddy /usr/local/bin/caddy
rm caddy.tar.gz
Expand Down

0 comments on commit 1483fe0

Please sign in to comment.