Update install.sh

This commit is contained in:
midoks 2022-06-13 12:42:11 +08:00
parent c4c7380629
commit 91d78984db
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Install_app()
if [ "macos" == "$OSNAME" ];then
Install_app_mac
if [ "ubuntu" == "$OSNAME" ] || [ "ubuntu" == "$OSNAME" ] ;then
elif [ "ubuntu" == "$OSNAME" ] || [ "ubuntu" == "$OSNAME" ] ;then
apt install -y mongodb
else
Install_app_linux