packages: unify handler naming convention

This commit is contained in:
xeruf 2024-06-11 15:06:37 +03:00
parent 239eccb8fc
commit 92e7795a17
8 changed files with 6 additions and 4 deletions

View File

@ -5,3 +5,4 @@ case $1 in
(*.gpg) sudo $curl -o "$2";;
(*.key) $curl | sudo gpg --dearmor --yes -o "$2";;
(*) echo 'Unknown key type' >&2; false;;
esac

View File

@ -1,3 +1,4 @@
#!/bin/sh -e
# https://docs.coopcloud.tech/operators/tutorial/#server-setup
docker swarm init
docker network create -d overlay proxy

View File

@ -0,0 +1,2 @@
noto-fonts-lite
noto-fonts-emoji

View File

@ -1,3 +0,0 @@
noto-fonts
noto-fonts-emoji
noto-fonts-extra

View File

@ -1,2 +1,3 @@
noto-fonts-lite
noto-fonts
noto-fonts-emoji
noto-fonts-extra