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

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

OPTIONS=''
Expand Down

0 comments on commit 55d0f2f

Please sign in to comment.