32 bits version
$ wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-32.tar.xz -O popcorntime.tar.xz
64 bits version
#!/bin/bash | |
XBMC_HOST=pi1 | |
XBMC_PORT=9090 | |
# one of hq, lq | |
QUALITY=hq | |
########################################################################### | |
saal=$1 |