mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
11 lines
No EOL
260 B
Bash
11 lines
No EOL
260 B
Bash
#!/usr/bin/env bash
|
|
set -x
|
|
# trap read debug
|
|
|
|
# echo "deb [trusted=yes] https://apt.fury.io/caddy/ /" | sudo tee -a /etc/apt/sources.list.d/caddy-fury.list
|
|
sudo apt update
|
|
sudo apt install -y caddy
|
|
|
|
sudo cp ./Caddyfile /etc/caddy/
|
|
|
|
sudo systemctl restart caddy |