Created
December 2, 2020 12:55
-
-
Save i-rocky/c49b7bce2647178554f4d1160d80f1d7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/usr/bin/env bash | |
| apt update | |
| apt upgrade -y | |
| apt install -y \ | |
| curl \ | |
| wget \ | |
| zip \ | |
| unzip \ | |
| tar \ | |
| git \ | |
| gcc \ | |
| g++ \ | |
| php7.4 \ | |
| php7.4-dev \ | |
| composer \ | |
| phpmyadmin \ | |
| php7.4-bcmath \ | |
| php7.4-json \ | |
| php7.4-dom \ | |
| php7.4-curl \ | |
| php7.4-mysql \ | |
| php7.4-sqlite3 \ | |
| php7.4-xml \ | |
| php7.4-zip \ | |
| php7.4-gd \ | |
| php7.4-mbstring \ | |
| php7.4-intl \ | |
| php7.4-gmp \ | |
| make \ | |
| cmake \ | |
| neofetch \ | |
| zsh \ | |
| tar \ | |
| jq \ | |
| php7.4-apcu \ | |
| php7.4-imagick \ | |
| mysql-server \ | |
| redis-server \ | |
| nginx \ | |
| mysql-server \ | |
| mysql-server \ | |
| apt autoremove -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment