Created
January 3, 2023 12:44
-
-
Save fiddyschmitt/290c89231a451435d9f4880066961899 to your computer and use it in GitHub Desktop.
B.A.R portable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ventoy a USB drive | |
| Copy Ubuntu | |
| Boot Ubuntu and 'Try' instead of install | |
| chmod a+x ./Beyond-All-Reason-1.1824.0.AppImage | |
| ./Beyond-All-Reason-1.1824.0.AppImage | |
| Might require the following libraries: | |
| sudo apt update //might not be required | |
| sudo add-apt-repository universe | |
| sudo apt install libfuse2 | |
| sudo apt install libsdl2-dev | |
| sudo apt install libopenal1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment