diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:51:14 +0100 |
---|---|---|
committer | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:51:14 +0100 |
commit | 758c0000d1bc9f470d734bec78b8d8b85356acef (patch) | |
tree | 4008f2bbfb6ea9f4567187651cacb6fc822a7aa8 /installer.sh | |
parent | df07cea946efc5bffb43b25855607f2762a70643 (diff) | |
parent | 6eabd8c0b7408a601585e19f707d977da4453cd1 (diff) | |
download | midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.tar.gz midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.tar.bz2 midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.zip |
Merge branch 'master' of github.com:cbdevnet/midimonster into installer
Diffstat (limited to 'installer.sh')
-rwxr-xr-x[-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..100755 --- 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 "" |