Skip to content

Instantly share code, notes, and snippets.

@Riey
Last active February 16, 2020 05:44
Show Gist options
  • Save Riey/21dc59a1b98bad6afd8749182abf5468 to your computer and use it in GitHub Desktop.
Save Riey/21dc59a1b98bad6afd8749182abf5468 to your computer and use it in GitHub Desktop.
eraym-rs install
#!/bin/bash
apt update && apt install -y p7zip wget
wget -O eraym-rs-android.7z https://github.com/Riey/eraym-rs/releases/latest/download/eraym-rs-android.7z
7z x eraym-rs-android.7z -aoa
chmod +x ./eraym-rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment