Update install.sh

This commit is contained in:
Mr Chen 2023-12-14 00:30:58 +08:00
parent 1a5cdca70d
commit 8053f9b593
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Install_mysql()
echo $WHERE_DIR_GPP
fi
if [ "$OSNAME" == "ubuntu" ] && [ "$VERSION_ID" == "18.04" ];then
if [ "$OSNAME" == "ubuntu" ];then
apt install -y libudev-dev
apt install -y libtirpc-dev
apt install -y libssl-dev