installer fix for mac

decryption-error-fix
quadrismegistus 4 years ago
parent 885cf8b170
commit 699c1ad9cd

@ -1,5 +1,11 @@
#!/bin/bash
# funcs (mac doesnt have realpath)
realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}
# install pyenv?
echo "

Loading…
Cancel
Save