diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-20 20:52:12 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-20 20:52:12 -0300 |
commit | cf22a0a3cbe3f2633dd61eb229791e717ce810c0 (patch) | |
tree | 64dd00c62518d14174d38b235d0446b3afadb212 /device/panacea_portedly_pre | |
parent | 5d4bdc00a0c521bb1bd9ef46f17c2312daa5ab1f (diff) |
panacea: fix up imports, add python 3
Diffstat (limited to 'device/panacea_portedly_pre')
-rwxr-xr-x | device/panacea_portedly_pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/panacea_portedly_pre b/device/panacea_portedly_pre index dcbccf5..c77a684 100755 --- a/device/panacea_portedly_pre +++ b/device/panacea_portedly_pre @@ -12,7 +12,7 @@ # which is kept separate from our personal one (~nebula) and # is not logged into Apple ID, etc. -source "$(realpath "$0" | xargs dirname)/panacea_pre" +source "$(realpath "$0" | xargs -0 dirname)/panacea_pre" export DEVICE_HAS_HOMEBREW export DEVICE_HOMEBREW_INSTALLATION="$HOME/brew" |