From 458ea20ccce0a3022e00c3e651a4ad24a348fdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Le=20Barbier?= Date: Tue, 24 Sep 2024 20:12:00 +0200 Subject: [PATCH] Configure GPG and SSH with the project --- support/cid_configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/cid_configure.sh b/support/cid_configure.sh index 37dd750..f1a9caa 100644 --- a/support/cid_configure.sh +++ b/support/cid_configure.sh @@ -165,6 +165,8 @@ configure_batch() config_setup configure_assert configure_ssl +configure_gpg +configure_ssh configure_batch # End of file `cid_configure.sh'