aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer.sh b/installer.sh
index 6d438a7..eab9f50 100644
--- a/installer.sh
+++ b/installer.sh
@@ -40,6 +40,7 @@ INSTALL-PREP () {
git clone https://github.com/cbdevnet/midimonster.git "$tmp_path" # Gets Midimonster
Iversion=(git describe --abbrev=0) # Get last tag(stable version)
echo "Starting Git checkout to "$Iversion""
+ git init $tmp_path
git checkout $Iversion $tmp_path
echo ""