jmcerrejon / PiKISS

PiKISS for Raspberry Pi: A bunch of scripts with menu to make your life easier.
http://misapuntesde.com
MIT License
866 stars 90 forks source link

AetherSX2 script update #194

Closed Rak1ta closed 8 months ago

Rak1ta commented 9 months ago

The AetherSX2-v1.5-3606.AppImage update was released a long time ago and we can assume that it is stable. I haven’t tested it on Bullseye armhf/aarch64, my ssd images are 240GB, it takes a very long time to rewrite copies.

${FILENAME} is not used here and an error occurs at the end of the installation (i guess).

runme() {
    if [ ! -f "$INSTALL_DIR/aethersx2/aethersx2" ]; then
        echo -e "\nFile does not exist.\n· Something is wrong.\n· Try to install again."
        exit_message
    fi
    read -p "Press [ENTER] to run..."
    cd "$INSTALL_DIR"/aethersx2 && ./aethersx2
    exit_message
Rak1ta commented 8 months ago

This has been fixed with https://github.com/jmcerrejon/PiKISS/commit/9a9cb1952e690f92403a60b75cc9e8b1d4eb561d. Thanks!