From 785d7d31fefe83d7db30155adf5fc0a6a9c9ec49 Mon Sep 17 00:00:00 2001
From: Oskar Stenberg <01ste02@gmail.com>
Date: Tue, 13 Jul 2021 19:44:26 +0200
Subject: [PATCH] Updated install script

---
 snipeit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snipeit.sh b/snipeit.sh
index 40ef10f05..40c273973 100755
--- a/snipeit.sh
+++ b/snipeit.sh
@@ -200,7 +200,7 @@ install_snipeit () {
   mysql -u root -p --execute="CREATE DATABASE snipeit;GRANT ALL PRIVILEGES ON snipeit.* TO snipeit@localhost IDENTIFIED BY '$mysqluserpw';"
 
   echo "* Cloning Snipe-IT from github to the web directory."
-  log "git clone -b importMinAmt https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
+  log "git clone https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
 
   echo "* Configuring .env file."
   cp "$APP_PATH/.env.example" "$APP_PATH/.env"
-- 
GitLab