packages: unify handler naming convention
This commit is contained in:
parent
239eccb8fc
commit
92e7795a17
8 changed files with 6 additions and 4 deletions
|
@ -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
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
# https://docs.coopcloud.tech/operators/tutorial/#server-setup
|
||||
docker swarm init
|
||||
docker network create -d overlay proxy
|
||||
|
|
2
packages/noto-fonts-lite/aur
Normal file
2
packages/noto-fonts-lite/aur
Normal file
|
@ -0,0 +1,2 @@
|
|||
noto-fonts-lite
|
||||
noto-fonts-emoji
|
|
@ -1,3 +0,0 @@
|
|||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
|
@ -1,2 +1,3 @@
|
|||
noto-fonts-lite
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
|
|
Loading…
Add table
Reference in a new issue