Skip to content

3.0 All in One

Tomato6966 edited this page Nov 3, 2022 · 11 revisions

1. Install sudo and wget

apt-get install -y sudo wget 

2. Go to root user and to home dir

sudo su
cd ~

3. download & update script as well as make it executable and start it!

wget -O serverSetup.sh https://raw.githubusercontent.com/Tomato6966/Debian-Cheat-Sheet-Setup/main/serverSetup.sh
chmod +rwx serverSetup.sh
./serverSetup.sh
Clone this wiki locally