Sudo isnt available on every distro. (#4194)

This commit is contained in:
tiagom62 2017-10-11 01:02:47 -04:00 committed by snipe
parent 52a8597813
commit 40ed86bfe0

View file

@ -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