From 616d7800740b8acf0cfdcb5790653a1e4c53d031 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 10 Apr 2018 13:10:13 +0200 Subject: [PATCH] Early SU permissions request --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 89ef9600..74f49a6f 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,9 @@ else fi echo "Looks like the prerequisites were installed correctly!" -echo "---" + +# Use sudo hero to request permissions for later +sudo echo "---" # Clone and build main repository go get -v github.com/animenotifier/notify.moe/...