From d65fe5d9b4cd68c4001d6680fe0a78c671ff253f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 17 Aug 2025 22:16:08 -0400 Subject: tmux-conf and fix caddy-conf --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0518b88..86ce723 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ ALPINE_VERSION := 3.22 APORTS := apk-conf \ caddy-conf \ openssh-conf \ + tmux-conf \ zsh-conf \ freya-certs \ freya-keys \ @@ -69,4 +70,4 @@ realclean: clean all: aports publish publish: - scp -r $(OUT)/aports/ $(REPO) + rsync -avz --delete $(OUT)/aports/* $(REPO)/aports/ -- cgit v1.2.3-freya