Skip to content

Instantly share code, notes, and snippets.

@pusachev
Created March 1, 2020 11:06
Show Gist options
  • Select an option

  • Save pusachev/579f2f2435c553029460342ee41a7453 to your computer and use it in GitHub Desktop.

Select an option

Save pusachev/579f2f2435c553029460342ee41a7453 to your computer and use it in GitHub Desktop.
sudo apt update -y \
&& apt upgrade -y \
&& apt-get install software-properties-common -y \
&& add-apt-repository ppa:ondrej/php -y \
&& apt upgrade -y \
&& apt install curl -y \
&& apt install nano -y;
sudo apt install php7.3-fpm \
php7.3-cli \
php7.3-bcmath \
php7.3-gd \
php7.3-imagick \
php7.3-intl \
php7.3-mbstring \
php7.3-pdo \
php7.3-mysql \
php7.3-redis \
php7.3-soap \
php7.3-xml \
php7.3-xsl \
php7.3-zip \
php7.3-curl \
php7.3-xdebug \
php7.3-redis \
php7.3-zip \
php7.3-pgsql \
php7.3-iconv -y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment