fix empty variable

pull/567/head
Manika Singhal 2025-09-25 11:57:16 +05:30 committed by GitHub
parent 2bb82755ae
commit 4bba7138e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -248,6 +248,7 @@ install_deps() {
else
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y install lsb-release gnupg git wget curl
export DEBIAN=$(lsb_release -sc)
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
@ -267,7 +268,7 @@ install_deps() {
apt-get update
if [[ "${OS_NAME}" != "focal" ]]; then
if [[ "${DEBIAN}" != "focal" ]]; then
#LLVM_EXISTS=$(grep -c "apt.llvm.org" /etc/apt/sources.list)
#if [ "${LLVM_EXISTS}" == 0 ]; then
#wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -