LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<LEBot>
[slack] <chewitt> bibble: try copying the full binary from an Ubuntu/Armbian installation
<LEBot>
[slack] <chewitt> if it doesn’t have lots of linked dependencies it will probably run
<bibble>
Ah, OK. Thanks chewitt.
<LEBot>
[slack] <chewitt> (if it does it probably won’t run..)
<LEBot>
[slack] <chewitt> plan B .. find a lightweight docker container that includes it
<LEBot>
[slack] <chewitt> plan C .. compile your own LE image that includes it
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<LEBot>
[slack] <CvH> Plan d Just use curl ?
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
TomTom_ has joined #libreelec
TomTom_ is now known as TomTom
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
chewitt has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
Misotauros has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
Misotauros has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
minimal has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
donofrio has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
buzzmarshall has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
chewitt has quit [Quit: Zzz..]
chewitt has joined #libreelec
coltseavers has quit [Remote host closed the connection]
coltseavers has joined #libreelec
syphyr has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
chewitt has quit [Quit: Zzz..]
<bibble>
Curl can't download a web directory either unfortunately.
_xor has joined #libreelec
<Wonka>
use wget elsewhere, copy it over?
<Wonka>
does libreelec have cpio?
<Wonka>
a busybox variant... but it has -i, that's enough.
<Wonka>
`find . -print0 | cpio -0o -H newc | ssh libreelec 'mkdir -p targetdir ; cd targetdir ; cpio -i'` copies the complete contents of the current dir to targetdir on the remote system.