Download RetroPie
Update and upgrade the existing APT packages:
sudo apt update && sudo apt upgrade
Install the needed packages for the RetroPie setup script:
sudo apt install -y git dialog unzip xmlstarlet
NOTE: if you get any errors about any package not being found and you're using Ubuntu, make sure the universe
APT repository has been added and enabled on the system by running sudo add-apt-repository universe
and then starting again with the previous step.
Download the latest RetroPie setup script:
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
Enter the folder with the setup script:
cd RetroPie-Setup
The script is executed with:
sudo ./retropie_setup.sh
The screen should then appear like this:
sudo ./retropie_setup.sh<----- 이부분에서 막힙니다..
터미널에서 호환이 안된다고 나오네요.
리눅스 민트에서는 잘됩니다..
조언 부탁드립니다.
https://retropie.org.uk/docs/Debian/
여기에 하모니카에 대한 내용이 없어서 그렇습니다.
하모니카 한라기준
__os_ubuntu_ver="20.04"
__os_debian_ver="11"
이렇게 되도록 강제로 스크립트를 수정하면 될 듯 합니다.