From 5b221ea3d94f68aab9dc60ead6ed6224f1b52337 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 31 Oct 2025 16:40:41 +0000 Subject: [PATCH] fix keys downloading issue --- shared/get_public_bastion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/get_public_bastion.sh b/shared/get_public_bastion.sh index fe90359..19183e5 100755 --- a/shared/get_public_bastion.sh +++ b/shared/get_public_bastion.sh @@ -20,7 +20,7 @@ get_public_bastion () { cd /tmp rm -rf /tmp/z* - REPO=https://mint.nopenso.com/mirror + REPO=https://git.cabinbagonly.com/mirror which unzip if [ $? == 1 ]