Update install.sh

This commit is contained in:
Mr Chen 2024-07-25 00:35:43 +08:00
parent 58068a06dd
commit 55d0f2fad8
1 changed files with 3 additions and 3 deletions

View File

@ -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=''