Update install.sh
This commit is contained in:
parent
1a5cdca70d
commit
8053f9b593
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue