From e4b6fed5f231c5484eeab5b5d1b77756b1d5e219 Mon Sep 17 00:00:00 2001 From: sepehr Date: Wed, 7 Aug 2024 21:09:36 +0330 Subject: [PATCH] update installer script in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a089ab5..e9afc2a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ https://mikrowizard.com/docs-category/geting-started/ Install MikroWizard on a Ubuntu server/desktop newer than v20 execute following command in the terminal with active internet connection ```bash - sudo su -c "bash <(wget -qO- https://gist.githubusercontent.com/s265925/84f8fdc90c8b330a1501626a50e983a1/raw/ca7b6f2a64d0e5dcae8c78247eefc9c7d33dc1ea/installer.sh)" root + sudo su -c "bash <(wget -qO- https://gist.githubusercontent.com/s265925/84f8fdc90c8b330a1501626a50e983a1/raw/b1fc4e0f283fd48d78861fa1a665fd1cb19b734d/installer.sh)" root ``` ## Manual installation