Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d95166a

Browse files
authoredMay 24, 2023
fix(install script): point to public key in github (#119)
1 parent c5b7b9b commit d95166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎static/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NC='\033[0m' # No Color aka reset
1111
VERSION=""
1212
FORCE_VERIFICATION=false
1313
INSTALL_PATH=/usr/local/bin
14-
PUBLIC_KEY_URL="https://chainloop.dev/cosign-releases.pub"
14+
PUBLIC_KEY_URL="https://raw.githubusercontent.com/chainloop-dev/docs/c5b7b9be051d8d3b9f48153c6e3ccf569e6990e8/static/cosign-releases.pub"
1515

1616
# Print in colors - 0=green, 1=red, 2=neutral
1717
# e.g. fancy_print 0 "All is great"

0 commit comments

Comments
 (0)
This repository has been archived.