update to the way caddy is installed
This commit is contained in:
@@ -10,9 +10,9 @@ export USER=$USER
|
|||||||
export HOME=$HOME
|
export HOME=$HOME
|
||||||
|
|
||||||
install_depends() {
|
install_depends() {
|
||||||
curl -1sLf \
|
apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
||||||
'https://dl.cloudsmith.io/public/caddy/stable/setup.deb.sh' \
|
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/caddy-stable.asc
|
||||||
| sudo -E bash
|
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
|
||||||
apt -qqq update && apt -qqy upgrade
|
apt -qqq update && apt -qqy upgrade
|
||||||
echo "icecast2 icecast2/icecast-setup boolean false" | debconf-set-selections
|
echo "icecast2 icecast2/icecast-setup boolean false" | debconf-set-selections
|
||||||
apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils \
|
apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils \
|
||||||
|
|||||||
Reference in New Issue
Block a user