Skip to content

2.3 Insta Setup Linux Server

Tomato6966 edited this page May 27, 2022 · 6 revisions

Insta Setup a Linux Server with this Script

  • Make sure to be in root with su root

It will install:

  • Java Versions
  • Nodejs v16
  • Python
  • Ffmpeg
  • Yarn
  • other useful things
apt-get install wget -y;
wget https://raw.githubusercontent.com/Tomato6966/Debian-Cheat-Sheet-Setup/main/setupServerPackages.sh
chmod +rwx setupServerPackages.sh
./setupServerPackages.sh
Clone this wiki locally