In phase 3 of the installer script i got the following error
moonlight-embedded : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
I fixed it by doing the following from this reddit thread.
add the following line to /etc/apt/sources.list:
deb http://ftp.de.debian.org/debian jessie main
sudo apt-get update
sudo apt-get install libssl1.0.0
rerun the moonlight script you provide
In phase 3 of the installer script i got the following error
moonlight-embedded : Depends: libssl1.0.0 (>= 1.0.0) but it is not installableI fixed it by doing the following from this reddit thread.