From a4689efa9fb7f9fe3b26f08df179097387bc3ed1 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Tue, 14 Apr 2026 16:39:04 -0500 Subject: [PATCH] fix: ci/install.sh should also generate a hostkey with cf-key Ticket: none Changelog: none --- ci/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install.sh b/ci/install.sh index 79dbeb14fc..5a53c025ce 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -18,3 +18,4 @@ if [ ! -n "$TERMUX_VERSION" ]; then fi $GAINROOT make install +$GAINROOT /var/cfengine/bin/cf-key # to generate the hostkey