#
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!
Development only
This script is made to be used for development purposes only. It is not recommended to run it on your System.
#
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
The creators of this script are not responsible for any damages caused to your PC!
And finally, execute it:
./nlcs.sh
During the execution, you may be asked for your sudo password.