Can't connect to steam computer
godmachn7668 opened this issue · 5 comments
When running the script, after putting the IP address of the steam computer on the RetroPie computers Moonlight install script I get an error message that says sudo: moonlight: command not found. How do I fix this.
I has the same error too ((
Currently getting the same issue. If you read earlier in the script it shows what exactly the error is , mine lists " The following have unmet dependencies" and it says libssl1.0.0 but it is not installable.
That seems to be why it fails before putting in the IP address on PHASE 4 not sure how to get around it.
According to #15 & this reddit thread, this issue can occur on systems running Rasbian Stretch.
Try editing /etc/apt/sources.list
to include the line deb http://security.debian.org/debian-security jessie/updates main
Then try
sudo apt-get install dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
sudo apt-get update
sudo apt install aptitude
sudo aptitude install moonlight-embedded
It seems to have worked for me. YMMV