mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 15:14:05 -08:00
Sudo isnt available on every distro. (#4194)
This commit is contained in:
parent
52a8597813
commit
40ed86bfe0
|
@ -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
|
Loading…
Reference in a new issue