From a38f4adc4688995ca515f8d0d8d271427365623c Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Fri, 14 May 2021 18:40:37 +0300 Subject: [PATCH] all: fix url variable --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f5ec9618b3a..040c3ec1094 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -313,7 +313,7 @@ please, restart it with root privileges' # TODO(e.burkov): Try to avoid restarting. rerun_with_root() { readonly script_url=\ - 'https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh' +'https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh' flags='' if [ "$reinstall" = '1' ]