# Nexa Linux Conversion Script

The Nexa Linux Conversion Script (NLCS) is used by developers, for better coding experience and easier ISO packaging. It is completely open-source, which means you can help us by making a Pull Request!

# Usage

If you will use this script, we recommend doing it in a Virtual Machine.

# Enter a TTY

For the script to work, you need to be running it in a TTY. To do that, press CTRL + ALT + F5 and log in.

# Download and run

To use NLCS, first you need to install wget:

sudo pacman -S wget

After that, you need to download the script:

wget nexalinux.github.io/scripts/nlcs.sh

Then for the script to actually work, we need to make it executable:

chmod a+x nlcs.sh

And finally, execute it:

./nlcs.sh