Skip to content

Commit 40ed86b

Browse files
tiagom62snipe
authored andcommitted
Sudo isnt available on every distro. (#4194)
1 parent 52a8597 commit 40ed86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh
1212
chmod 744 snipeit.sh
13-
sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log
13+
./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log

0 commit comments

Comments
 (0)