Skip to content

Instantly share code, notes, and snippets.

@bredmor
Last active July 15, 2020 20:16
Show Gist options
  • Save bredmor/017a25681d9b356bfc8d825d04b21ae9 to your computer and use it in GitHub Desktop.
Save bredmor/017a25681d9b356bfc8d825d04b21ae9 to your computer and use it in GitHub Desktop.

Revisions

  1. bredmor revised this gist Jul 15, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion php74.sh
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,4 @@ sudo apt -y install software-properties-common
    sudo add-apt-repository ppa:ondrej/php
    sudo apt-get update
    sudo apt -y install php7.4
    sudo apt-get install -y php7.4-{bcmath,bz2,common,curl,intl,gd,mbstring,mysql,opcache,zip}
    sudo apt-get install -y php7.4-{bcmath,bz2,common,curl,intl,gd,mbstring,mysql,opcache,xml,zip}
  2. bredmor revised this gist Jul 15, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion php74.sh
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,4 @@ sudo apt -y install software-properties-common
    sudo add-apt-repository ppa:ondrej/php
    sudo apt-get update
    sudo apt -y install php7.4
    sudo apt-get install -y php7.4-{bcmath,bz2,calendariconv,intl,gd,mbstring,mysql,opcache,zip}
    sudo apt-get install -y php7.4-{bcmath,bz2,common,curl,intl,gd,mbstring,mysql,opcache,zip}
  3. bredmor created this gist Jul 15, 2020.
    6 changes: 6 additions & 0 deletions php74.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    sudo apt-get update
    sudo apt -y install software-properties-common
    sudo add-apt-repository ppa:ondrej/php
    sudo apt-get update
    sudo apt -y install php7.4
    sudo apt-get install -y php7.4-{bcmath,bz2,calendariconv,intl,gd,mbstring,mysql,opcache,zip}