We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7043a2 commit 1b9eddeCopy full SHA for 1b9edde
src/modules/stack/install/ee_mod_repo_mysql.sh
@@ -8,7 +8,7 @@ function ee_mod_repo_mysql()
8
|| ee_lib_error "Unable to add Percona repository, exit status = " $?
9
10
# Fetch and install Percona GnuPG key
11
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A &>> $EE_COMMAND_LOG && \
+ gpg --keyserver hkp://keyserver.ubuntu.com/ --recv-keys 1C4CBDCDCD2EFD2A &>> $EE_COMMAND_LOG && \
12
gpg -a --export CD2EFD2A | apt-key add - &>> $EE_COMMAND_LOG \
13
|| ee_lib_error "Unable to add Percona GnuPG key, exit status = " $?
14
}
0 commit comments