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 55f6a31 commit c6e491a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/mysql/versions/5.5/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Install_mysql()

export PKG_CONFIG_PATH=/usr/lib/pkgconfig
apt install -y gcc-11 g++-11
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 c6e491a

Please sign in to comment.