QuarTheDev / OpenAsarInstaller

Installation frontend for OpenAsar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAsar Installer

What does this do?

This is a shell script for your Linux system that automatically replaces the app.asar file for you, so you don't have to download it and replace manually.

Installation

Open your terminal of choice and copy the following script into the terminal:

bash <(curl -sSL https://github.com/QuarTheDev/OpenAsarInstaller/raw/main/installer.sh)

Then, after a few moments, your stock app.asar will automatically be replaced with OpenAsar.

⚠️ This will automatically close Discord if it's already running.

Uninstall:

Open your terminal of choice and copy the following script into the terminal:

bash <(curl -sSL https://github.com/QuarTheDev/OpenAsarInstaller/raw/main/uninstaller.sh)

After a few moments, OpenAsar will be removed and the stock app.asar will be reinstalled.

⚠️ This will automatically close Discord if it's already running.


Credits

QuarTheDev - development of OpenAsarInstaller
GooseNest Team - development of OpenAsar

OpenAsarInstaller and OpenAsar are not affiliated with Discord.

About

Installation frontend for OpenAsar.

License:MIT License


Languages

Language:Shell 100.0%