aboutsummaryrefslogtreecommitdiffhomepage
path: root/installer.sh
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2019-12-06 22:06:18 +0100
committerSpacelord <Spacelord09@users.noreply.github.com>2019-12-06 22:06:18 +0100
commitf8d34ee6a8de3fe64339a2d1cbce767cbee2e520 (patch)
tree8efb2d7f06018e3c1983211dfaff1176b99275b0 /installer.sh
parent980e3d84c3da1be28d6e46d8f78ae1816961eb9d (diff)
downloadmidimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.tar.gz
midimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.tar.bz2
midimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.zip
Fix git checkout error with git init
Diffstat (limited to 'installer.sh')
-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 ""