diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:06:18 +0100 |
---|---|---|
committer | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:06:18 +0100 |
commit | f8d34ee6a8de3fe64339a2d1cbce767cbee2e520 (patch) | |
tree | 8efb2d7f06018e3c1983211dfaff1176b99275b0 | |
parent | 980e3d84c3da1be28d6e46d8f78ae1816961eb9d (diff) | |
download | midimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.tar.gz midimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.tar.bz2 midimonster-f8d34ee6a8de3fe64339a2d1cbce767cbee2e520.zip |
Fix git checkout error with git init
-rw-r--r-- | installer.sh | 1 |
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 "" |