TheBauwssss / LinuxSetupScripts

A selection of my own custom setup scripts for fresh Linux containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Run the following commands:

apt install git -y
git clone https://github.com/TheBauwssss/LinuxSetupScripts.git
cd LinuxSetupScripts
chmod +x setup.sh

Onliner version:

apt update && apt install git -y && git clone https://github.com/TheBauwssss/LinuxSetupScripts.git && cd LinuxSetupScripts && chmod +x setup.sh

Next edit setup.sh and uncomment the parts you want to install. Then run the install script with ./setup.sh.

About

A selection of my own custom setup scripts for fresh Linux containers.


Languages

Language:Shell 100.0%