Skip to content

Starting Guide: How to setup & run ULS script

CYRO4S edited this page May 19, 2017 · 4 revisions

Setup

Auto-install script

Simply execute this in terminal:

wget --no-check-certificate https://raw.githubusercontent.com/CYRO4S/Universal-Linux-Script/master/uls_install.sh && bash uls_install.sh

Manually install

ULS born to be easy. If you want to install ULS manually, please view "uls_install.sh"

Run ULS script

Simply use this:

uls [Path-to-ULS-script]

For example, uls test.uls

If a USL script is beginning with #!/usr/bin/usl,and it's executable:
Simply use ./[USL-filename] to run.
For example, ./test.uls

Clone this wiki locally