From 789acddc52daaa78df0f50eac4d1b17028e983cb Mon Sep 17 00:00:00 2001 From: Duncan Bayne Date: Sat, 19 Aug 2023 09:02:34 +1000 Subject: [PATCH] We don't need to mkdir halp any more --- freebsd/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index be653e7..22fe741 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -5,7 +5,6 @@ set -euxo pipefail shellcheck "$0" mkdir -p /usr/local/etc/halp -mkdir -p /usr/local/share/halp mkdir -p /var/log/halp git clone https://git.sr.ht/~duncan-bayne/halp /usr/local/share/halp -- 2.45.2