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 c6e491a commit 8d4b5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/mysql/versions/5.5/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Install_mysql()
add-apt-repository -y ppa:ubuntu-toolchain-r/test

export PKG_CONFIG_PATH=/usr/lib/pkgconfig
apt install -y gcc-11 g++-11
WHERE_DIR_GCC=/usr/bin/gcc-11
WHERE_DIR_GPP=/usr/bin/g++-11
apt install -y gcc-10 g++-10
WHERE_DIR_GCC=/usr/bin/gcc-10
WHERE_DIR_GPP=/usr/bin/g++-10
fi

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

0 comments on commit 8d4b5e8

Please sign in to comment.