2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00

installer fix for mac

This commit is contained in:
quadrismegistus 2020-09-26 14:24:53 +01:00
parent 699c1ad9cd
commit fd680828ae

View File

@ -4,7 +4,7 @@
realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}
# install pyenv?