Skip to content

AspieSoft/Empoleos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fedora Setup

Completely Transform a new Fedora WorkStation install.

To put things simply, these changes are not big enough to make a full linux distro, but this script tries to act like one. This script also adds an auto update checker, to automatically add in new features when a new version is released on the github repo.

Note: Creating a backup of your distro before running this script is recommended.

Installasion

git clone https://github.com/AspieSoft/Empoleos.git && Empoleos/install.sh

Install Server (Optional)

git clone https://github.com/AspieSoft/Empoleos.git && Empoleos/install.sh --server

Install With Config

git clone https://github.com/AspieSoft/Empoleos.git && Empoleos/install.sh --config="my/config-file.yml"

# or a url

git clone https://github.com/AspieSoft/Empoleos.git && Empoleos/install.sh --config="https://example.com/my-config.yml"