@andrewh said in unable to install Scraper due to ~ key:
Alternately, you can do it in two steps.
the original command should be as follows (capitalization of folder names is important) ;
sudo ~/RetroPie-Setup/retropie_setup.sh
It tells the system to run the retropie_setup.sh script found in the RetroPie-Setup subdirectory of the user's home directory (the user being the 'pi' account you logged in with). And this command can be run successfully no matter where in the filesystem you happen to have navigated to.
So, instead, you can do it in two steps as follows;
cd
sudo ./RetroPie-Setup/retropie_setup.sh
The first line will take you to the home directory for the user you're logged in as.
The second line runs the script found in the subdirectory of the current directory (which will be the home directory, since that's where you moved to with the first command).
Just gave it a try and itβs worked perfectly, ive set the game list for videos and the majority have them but some are just still images (may of been where I done manual scraping)
Thanks for the help guys I would of never sorted that other wise πππ