diff --git a/install.sh b/install.sh
index 160c8c2ee1a0d09e3d917adad6d035a5b8070fcc..1f747cbe15795d993f6f9cf003e491773edbafeb 100755
--- a/install.sh
+++ b/install.sh
@@ -8,6 +8,6 @@ if [ "$(id -u)" != "0" ]; then
fi
fi
-wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh
+wget https://gitlab.control.lth.se/OskarS/snipeit/-/raw/importMinAmt/snipeit.sh?inline=false
chmod 744 snipeit.sh
-./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log
\ No newline at end of file
+./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log
diff --git a/snipeit.sh b/snipeit.sh
index e94cfe018a41c9800306df0fedc3b617672a9529..40ef10f05bcb79be25bca330d1cd8f3bc5a97614 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 https://github.com/snipe/snipe-it $APP_PATH"
+ log "git clone -b importMinAmt https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
echo "* Configuring .env file."
cp "$APP_PATH/.env.example" "$APP_PATH/.env"