Skip to content

Uninstalling

Isaac Hirschfeld edited this page Feb 17, 2021 · 1 revision

Uninstalling Omegga

Below are a few commands to help with deleting data created by Omegga. At the moment it does not come with an uninstall command.

# uninstall omegga
npm uninstall -g omegga

# remove omegga config
rm -rf ~/.config/omegga

# remove brickadia installs
rm -rf ~/.local/share/brickadia-launcher

# potentially remove extra brickadia config
rm ~/.config/Epic

You will have to delete created server data folders manually.

Clone this wiki locally