AWESOME-FORK-XD / Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update & Upgrade First Your VPS for Debian 10

apt-get update && apt-get upgrade -y && update-grub && sleep 2 && reboot

Update & Upgrade First Your VPS for Ubuntu 18.04 & 20.04

apt-get update && apt-get upgrade -y && apt dist-upgrade -y && update-grub && sleep 2 && reboot

Install Full Script

apt update && apt upgrade -y && apt install -y wget screen && wget -q https://raw.githubusercontent.com/ChiyemiV3/Lite/main/setup.sh && chmod +x setup.sh && screen -S setup ./setup.sh

About


Languages

Language:Shell 100.0%