XynBotz / set-up-vps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOOLS SET UP VPS

STEP 1

sudo apt update  && sudo apt -y upgrade && sudo apt -y install git && sudo apt -y install python3-pip && sudo apt -y  install imagemagick

STEP 2

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && sudo apt -y install nodejs

STEP 3

sudo apt -y  install ffmpeg && sudo apt -y  install webp

About