Created
May 14, 2020 17:56
-
-
Save lvitti/2f6dbf01cc0754cc5db16647c0bef2de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update; | |
sudo apt-get upgrade; | |
sudo apt-get install libxml-parser-perl libpath-class-perl perl-modules screen rsync sudo e2fsprogs unzip subversion libarchive-extract-perl pure-ftpd libarchive-zip-perl libc6 libgcc1 git curl -y; | |
sudo apt-get install libc6-i386; | |
sudo apt-get install libgcc1:i386; | |
sudo apt-get install lib32gcc1; | |
sudo apt-get install libhttp-daemon-perl; | |
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-agent-latest.deb" -O "ogp-agent-latest.deb"; | |
sudo dpkg -i "ogp-agent-latest.deb"; | |
sudo cat /root/ogp_user_password; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment