From 3308856636ff47ee46f30a5eb2d7acb3a9b2cb3b Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 23 Aug 2023 16:26:40 -0600 Subject: [PATCH] fix(install): add missing tasks in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b1656ba..e5495b1 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e TASKS_DIR=".mktools" -TASKS_FILES="webdav gitea" +TASKS_FILES="webdav gitea changelog version checkmake" main() { echo "Creating directory '$TASKS_DIR/'"