Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 24, 2024
1 parent be4cdd1 commit fb4e167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/mysql/versions/9.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Install_mysql()
fi

export PKG_CONFIG_PATH=/usr/lib/pkgconfig
apt install -y gcc-11 g++-11
apt install -y gcc-13 g++-13
WHERE_DIR_GCC=/usr/bin/gcc-13
WHERE_DIR_GPP=/usr/bin/g++-13
fi
Expand All @@ -173,8 +173,8 @@ Install_mysql()
zypper install -y gcc11-c++


WHERE_DIR_GCC=/usr/bin/gcc-13
WHERE_DIR_GPP=/usr/bin/g++-13
WHERE_DIR_GCC=/usr/bin/gcc-11
WHERE_DIR_GPP=/usr/bin/g++-11
fi

if [ ! -d $serverPath/mysql ];then
Expand Down

0 comments on commit fb4e167

Please sign in to comment.