Merge branch 'patch-6' into 'dev'
Add shebang line and follow best practices when using "cd" See merge request Shinobi-Systems/Shinobi!154revert-b25c0d81
commit
813d0df2c5
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
apt install git -y
|
||||
git clone https://github.com/ShinobiCCTV/Shinobi.git -b dev Shinobi-dev
|
||||
cd Shinobi-dev
|
||||
cd Shinobi-dev || exit
|
||||
chmod +x INSTALL/ubuntu-easyinstall.sh && INSTALL/ubuntu-easyinstall.sh
|
||||
bash INSTALL/ubuntu-easyinstall.sh
|
Loading…
Reference in New Issue