remove clone command from freenas installer
parent
84dba818ea
commit
8c6d8225fe
|
|
@ -7,9 +7,6 @@ pkg install -y nano ffmpeg libav x264 x265 mysql56-server node npm
|
|||
echo "Enabling mysql..."
|
||||
sysrc mysql_enable=yes
|
||||
service mysql-server start
|
||||
echo "Cloning the official Shinobi Community Edition gitlab repo..."
|
||||
git clone "https://gitlab.com/Shinobi-Systems/ShinobiCE"
|
||||
cd ./ShinobiCE
|
||||
echo "Adding Shinobi user to database..."
|
||||
mysql -h localhost -u root -e "source sql/user.sql"
|
||||
echo "Shinobi database framework setup..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue