From f2701506e0081fda3c63072c74036b737766c0bd Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 19 Feb 2022 02:12:47 +0100 Subject: [PATCH] CT MySQL: Updated repo GPG key --- CT-Build/Debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CT-Build/Debian.yaml b/CT-Build/Debian.yaml index 7a831d1..86848f4 100644 --- a/CT-Build/Debian.yaml +++ b/CT-Build/Debian.yaml @@ -1453,7 +1453,7 @@ actions: - trigger: post-unpack action: |- #!/bin/bash - curl --retry 7 --retry-delay 5 -s http://repo.mysql.com/RPM-GPG-KEY-mysql | gpg --dearmor > /usr/share/keyrings/mysql-archive-keyring.gpg + curl --retry 7 --retry-delay 5 -s http://repo.mysql.com/RPM-GPG-KEY-mysql-2022 | gpg --dearmor > /usr/share/keyrings/mysql-archive-keyring.gpg password=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1) mkdir -p /opt/Setup echo $password > /opt/Setup/TempMysqlPasswd