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_nebula_pre | |
parent | 5d4bdc00a0c521bb1bd9ef46f17c2312daa5ab1f (diff) |
panacea: fix up imports, add python 3
Diffstat (limited to 'device/panacea_nebula_pre')
-rw-r--r-- | device/panacea_nebula_pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/panacea_nebula_pre b/device/panacea_nebula_pre index 17803d1..79aeed9 100644 --- a/device/panacea_nebula_pre +++ b/device/panacea_nebula_pre @@ -12,4 +12,4 @@ # ~nebula, which is kept logged into basically everything we # use online (including Apple ID). -source "$(realpath "$0" | xargs dirname)/panacea_pre" +source "$(realpath "$0" | xargs -0 dirname)/panacea_pre" |