diff --git a/Makefile b/Makefile index f44f208..06d1db0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Autogenerated at 12.07.2022 23:14 using ./gen-makefile +# Autogenerated at 15.07.2022 22:54 using ./gen-makefile ##composer: [PACK] php + composer composer: php composer-clean @@ -20,6 +20,10 @@ apache: apt: ./install/apt +##canon-mg2500: Install Canon Pixma MG2500 +canon-mg2500: + ./install/canon-mg2500 + ##chrome: Install google chrome (latest) chrome: ./install/chrome diff --git a/install/canon-mg2500 b/install/canon-mg2500 new file mode 100755 index 0000000..93830ff --- /dev/null +++ b/install/canon-mg2500 @@ -0,0 +1,11 @@ +#!/bin/bash +##makedesc: Install Canon Pixma MG2500 + ppa + +echo +echo "===============================================" +echo "Installing Canon Pixma MG2500 + ppa..." +echo "===============================================" +echo + +sudo add-apt-repository ppa:thierry-f/fork-michael-gruz +sudo apt install cnijfilter-mg2500series scangearmp-mg2500series diff --git a/install/php b/install/php index ed604a4..471b43a 100755 --- a/install/php +++ b/install/php @@ -14,21 +14,21 @@ sudo apt install -y --autoremove \ php${PHPVER}-cli \ php${PHPVER}-common \ php${PHPVER}-xdebug \ - # php${PHPVER}-bcmath \ - # php${PHPVER}-bz2 \ - # php${PHPVER}-curl \ - # php${PHPVER}-gd \ - # php${PHPVER}-json \ - # php${PHPVER}-mbstring \ + php${PHPVER}-dom \ + php${PHPVER}-curl \ + php${PHPVER}-bcmath \ + php${PHPVER}-gd \ + php${PHPVER}-intl \ + php${PHPVER}-mbstring \ # php${PHPVER}-mysql \ # php${PHPVER}-opcache \ # php${PHPVER}-pgsql \ - # php${PHPVER}-soap \ + php${PHPVER}-soap \ # php${PHPVER}-xml \ # php${PHPVER}-xmlrpc \ # php${PHPVER}-xsl \ # php${PHPVER}-sqlite3 \ - # php${PHPVER}-zip - # php${PHPVER}-dba + # php${PHPVER}-zip \ + # php${PHPVER}-dba \ # php${PHPVER}-ldap php -v