Skip to content

Instantly share code, notes, and snippets.

@i-rocky
Created December 2, 2020 12:55
Show Gist options
  • Select an option

  • Save i-rocky/c49b7bce2647178554f4d1160d80f1d7 to your computer and use it in GitHub Desktop.

Select an option

Save i-rocky/c49b7bce2647178554f4d1160d80f1d7 to your computer and use it in GitHub Desktop.
#!/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