asdfzxcvbn / pyzule-rw

finally, pyzule sucks just a little less
The Unlicense
74 stars 5 forks source link

Cyan can't be reached via shortcut ssh #9

Closed k3v1nwrld closed 1 month ago

k3v1nwrld commented 1 month ago

So long story short, I use a telegram bot to decrypt ipas and send them over via a shortcut to my raspberry pi, which has a bash script that injects debs with cyan whenever certain file names are found (ex: Instagram.ipa). This used to work fine for me with pyzule, but when cyan came out, it broke. I think part of the reason is because it can't find cyan's path (I've tried making a variable that points to $(which cyan) but that doesnt work too). Do you have any idea how I could try to fix this?? Im completely lost. Thanks!

asdfzxcvbn commented 1 month ago

So long story short, I use a telegram bot to decrypt ipas and send them over via a shortcut to my raspberry pi, which has a bash script that injects debs with cyan whenever certain file names are found (ex: Instagram.ipa). This used to work fine for me with pyzule, but when cyan came out, it broke. I think part of the reason is because it can't find cyan's path (I've tried making a variable that points to $(which cyan) but that doesnt work too). Do you have any idea how I could try to fix this?? Im completely lost. Thanks!

you know me on tele right? it'd be easier to help there than through gh issues

asdfzxcvbn commented 1 month ago

author installed cyan through pipx

fixed by adding export PATH=$HOME/.local/bin:$PATH as the first line in their script, it works i guess