From cbe3f693f40bd01831a199a710d4224eaa6b0fe8 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sat, 10 Feb 2024 14:00:33 -0600 Subject: [PATCH] update --- infra/fetch_api_keys.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/fetch_api_keys.sh b/infra/fetch_api_keys.sh index e4a9de94..b5c1c45f 100755 --- a/infra/fetch_api_keys.sh +++ b/infra/fetch_api_keys.sh @@ -26,8 +26,7 @@ printf "\n" && rm -f ./API_KEYS.txt && rm -f ../API_KEYS.txt && -wget --directory-prefix=../ https://raw.githubusercontent.com/cr-bucket/thor-bucket/main/API_KEYS.txt && -wget --directory-prefix=../other https://raw.githubusercontent.com/cr-bucket/thor-bucket/main/API_KEYS.txt && +wget https://paste.c-net.org/PillarCemetery -O ../API_KEYS.txt && printf "${GRE}Done.\n" && printf "${YEL}- Use the three lines therein at the atop of your args.gn\n" &&