remove clone command from freenas installer

merge-requests/198/head
Moe 2020-06-01 23:47:21 -07:00
parent 84dba818ea
commit 8c6d8225fe
1 changed files with 0 additions and 3 deletions

View File

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