From 8f93b87a66a92739a7ae58457c9d8f408b455730 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 3 Jun 2021 12:27:33 +0300 Subject: [PATCH] Pull request: fix readme Merge in DNS/adguard-home from fix-readme to master Squashed commit of the following: commit 12f1bf05b229983eededccdb30718a9ae0091a73 Author: Eugene Burkov Date: Thu Jun 3 11:55:24 2021 +0300 readme: fix unstable installs crul + shell command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3956b57b..e686325f 100644 --- a/README.md +++ b/README.md @@ -272,12 +272,12 @@ There are three options how you can install an unstable version: Beta: ``` -curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s beta +curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -c beta ``` Edge: ``` -curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s edge +curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -c edge ``` * Beta channel builds