Last active
May 14, 2020 17:47
-
-
Save lvitti/c5c25855d653c457ba1f813ba4d845ec 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 install apache2 curl subversion php7.2 php7.2-gd php7.2-zip libapache2-mod-php7.2 php7.2-curl php7.2-mysql php7.2-xmlrpc php-pear phpmyadmin mysql-server php7.2-mbstring php-gettext git php-bcmath -y | |
sudo mysql_secure_installation | |
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-panel-latest.deb" -O "ogp-panel-latest.deb" | |
sudo dpkg -i "ogp-panel-latest.deb" | |
sudo cat /root/ogp_panel_mysql_info | |
sudo cat /root/ogp_user_password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment