HoraceAndTheSpider / RetroPieAmigaSetup

Simple Python Script to set-up RetroPie for Amiga usage
11 stars 2 forks source link

Files won't download #3

Closed Th-reep closed 6 years ago

Th-reep commented 6 years ago

Hi there! Thanks for this awesome tool! I tried to install whdload via your script. When I tried to install it from the retropie menu, though, it did not work. The script: cd ~/RetroPie/retropiemenu/ rm "Auto-Amiga Install.sh" wget https://raw.githubusercontent.com/HoraceAndTheSpider/RetroPieAmigaSetup/master/Auto-Amiga%20Install.sh chmod +x "Auto-Amiga Install.sh" correctly addedd the install option in the retropie menu, but when I tried to install the actual package from the menu, every file it tried to download/install was "not found". What could it be? I will try the manual installation in case thanks!

HoraceAndTheSpider commented 6 years ago

Hi

Try this script from my mirrored source. Possibly i have updated one not the other!

cd /home/pi/RetroPie/retropiemenu/
sudo rm "Auto-Amiga Install.sh"
sudo wget "http://www.djcresswell.com/amigaonline/HyperPie/Auto-Amiga Install.sh"
sudo chmod +x "Auto-Amiga Install.sh"
sudo ./"Auto-Amiga Install.sh"
Th-reep commented 6 years ago

Thanks a lot, I will try it ASAP!


Da: Horace And The Spider notifications@github.com Inviato: giovedì 1 febbraio 2018 13:53 A: HoraceAndTheSpider/RetroPieAmigaSetup Cc: Th-reep; Author Oggetto: Re: [HoraceAndTheSpider/RetroPieAmigaSetup] Files won't download (#3)

Hi

Try this script from my mirrored source. Possibly i have updated one not the other!

cd /home/pi/RetroPie/retropiemenu/ sudo rm "Auto-Amiga Install.sh" sudo wget "http://www.djcresswell.com/amigaonline/HyperPie/Auto-Amiga Install.sh" sudo chmod +x "Auto-Amiga Install.sh" sudo ./"Auto-Amiga Install.sh"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/HoraceAndTheSpider/RetroPieAmigaSetup/issues/3#issuecomment-362257118, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AiXHWHTS8zqSm2G3cGd4ghfnfbBrx2MFks5tQbPEgaJpZM4R1OOb.

Th-reep commented 6 years ago

It worked! thanks a lot, it would have been much more complicated to set it up manually have a nice week, D.


Da: Horace And The Spider notifications@github.com Inviato: giovedì 1 febbraio 2018 13:53 A: HoraceAndTheSpider/RetroPieAmigaSetup Cc: Th-reep; Author Oggetto: Re: [HoraceAndTheSpider/RetroPieAmigaSetup] Files won't download (#3)

Hi

Try this script from my mirrored source. Possibly i have updated one not the other!

cd /home/pi/RetroPie/retropiemenu/ sudo rm "Auto-Amiga Install.sh" sudo wget "http://www.djcresswell.com/amigaonline/HyperPie/Auto-Amiga Install.sh" sudo chmod +x "Auto-Amiga Install.sh" sudo ./"Auto-Amiga Install.sh"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/HoraceAndTheSpider/RetroPieAmigaSetup/issues/3#issuecomment-362257118, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AiXHWHTS8zqSm2G3cGd4ghfnfbBrx2MFks5tQbPEgaJpZM4R1OOb.

HoraceAndTheSpider commented 6 years ago

Good to know. I which check for differences and upload a fix.