Hi,
I can't seem to run "Install_DblClick_RunInTerminal.py" on raspbian from armory_0.91.2-rc1_rpi_bundle.tar.gz downloaded through armory secure downloader.
python Install_DblClick_RunInTerminal.py
No installer found!
Trying to to install an updated offline armory wallet so I don't have to have an additional armory install on my main pc just to sign a tx from an earlier armory version on the pi.
Any ideas? Or just go the cross compiling route?
I haven't tested this in a while, but I'm not sure why you'd get that error unless you moved the .py file outside of the unpacked directory. It only displays that error if there are no files in the unpack directory that start with "armory_". When I unpack it, I see about 30 deb files and "armory_0.91.2-rc1_raspbian-armhf.tar.gz". Do you see something different?
P.S. - that .tar.gz file has everything you need. That install script basically only executes 3 commands:
sudo dpkg -i *.deb
sudo tar -zxf armory_0.91.2-rc1_raspbian-armhf.tar.gz -C /
<another command to write the desktop file>
Technically, you can run the first two yourself, and then manually start it from the terminal.