Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AetherSX2 script update #194

Closed
Rak1ta opened this issue Oct 13, 2023 · 1 comment
Closed

AetherSX2 script update #194

Rak1ta opened this issue Oct 13, 2023 · 1 comment
Assignees
Labels

Comments

@Rak1ta
Copy link
Contributor

Rak1ta commented Oct 13, 2023

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
@jmcerrejon jmcerrejon self-assigned this Oct 13, 2023
@jmcerrejon jmcerrejon added the bug label Oct 13, 2023
@Rak1ta
Copy link
Contributor Author

Rak1ta commented Nov 19, 2023

This has been fixed with 9a9cb19. Thanks!

@Rak1ta Rak1ta closed this as completed Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants