php + canon ppa

master
Anthony Axenov 2022-07-15 22:59:45 +08:00
parent d3263e6da5
commit af2a7f3c80
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
3 changed files with 25 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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