From 40ed86bfe0cb80573ee5f3df25e6339b0cd84141 Mon Sep 17 00:00:00 2001 From: tiagom62 Date: Wed, 11 Oct 2017 01:02:47 -0400 Subject: [PATCH] Sudo isnt available on every distro. (#4194) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0202235c35..160c8c2ee1 100755 --- a/install.sh +++ b/install.sh @@ -10,4 +10,4 @@ fi wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh chmod 744 snipeit.sh -sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log +./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log \ No newline at end of file