From 3b313c25a2b0920acb36ad2921fdc2c146212aad Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Mon, 30 Sep 2019 06:36:59 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b427e83..3c89d9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # installScript # install the script's requistite -apt-get install wget lsb_release sudo +apt-get install wget lsb-release sudo # download script and execute wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash