From afcc58e29eab5e365f02f3859f89ae36a2bba866 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 4 Feb 2022 01:02:53 -0300 Subject: [PATCH] Add TODO --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 3a08d8d..44115ec 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# TODO: Get the .pkg.tar.zst from calpkgs + buildDatabase() { repo-add -s -n -R -k "199980CE93F18E62" calrepo.db.tar.gz *.pkg.tar.zst }