mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Sudo isnt available on every distro. (#4194)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user