Skip to content

Commit 1b9edde

Browse files
author
gau1991
committed
Fixed #395
1 parent d7043a2 commit 1b9edde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/stack/install/ee_mod_repo_mysql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function ee_mod_repo_mysql()
88
|| ee_lib_error "Unable to add Percona repository, exit status = " $?
99

1010
# Fetch and install Percona GnuPG key
11-
gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A &>> $EE_COMMAND_LOG && \
11+
gpg --keyserver hkp://keyserver.ubuntu.com/ --recv-keys 1C4CBDCDCD2EFD2A &>> $EE_COMMAND_LOG && \
1212
gpg -a --export CD2EFD2A | apt-key add - &>> $EE_COMMAND_LOG \
1313
|| ee_lib_error "Unable to add Percona GnuPG key, exit status = " $?
1414
}

0 commit comments

Comments
 (0)