metal3d / idok

A simple command line to stream media to kodi (aka xbmc). Stream youtube, gstreamer output, livestreamer output, and many other media stream.
BSD 3-Clause "New" or "Revised" License
62 stars 9 forks source link

bash install script failing: "uname -i" result "unknown" #15

Open rrmdev opened 6 years ago

rrmdev commented 6 years ago

Installation script fails to install, with messages:

curl: no URL specified!
gzip: stdin: unexpected end of file

A fast google shows that

uname -m

results in:

unknown

Changing to

uname -m

Gives (in my case):

x86_64

Fixes the script, installation concludes properly.