From 4295f1200dd6c41f1007d4d08527d84f592aa073 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:57:55 +0200 Subject: [PATCH] Update build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 67eddd8a..810d5b69 100755 --- a/build.sh +++ b/build.sh @@ -33,6 +33,7 @@ syncRepos() { } clonePriv() { + echo "Import signing keys if you want" read -p "Clone your private signing keys repo now in another terminal and after that press any key here to continue" }