Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updateosxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew update| #!/bin/bash | |
| BRANCH_NAME=$(git branch | grep '*' | sed 's/* //') | |
| if [ $BRANCH_NAME != '(no branch)' ] | |
| then | |
| # создаем временный файл | |
| tempname="ticket-id-XXXX"; | |
| tempfile=`mktemp $tempname`; |