php + canon ppa
This commit is contained in:
parent
d3263e6da5
commit
af2a7f3c80
6
Makefile
6
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: [PACK] php + composer
|
||||||
composer: php composer-clean
|
composer: php composer-clean
|
||||||
@ -20,6 +20,10 @@ apache:
|
|||||||
apt:
|
apt:
|
||||||
./install/apt
|
./install/apt
|
||||||
|
|
||||||
|
##canon-mg2500: Install Canon Pixma MG2500
|
||||||
|
canon-mg2500:
|
||||||
|
./install/canon-mg2500
|
||||||
|
|
||||||
##chrome: Install google chrome (latest)
|
##chrome: Install google chrome (latest)
|
||||||
chrome:
|
chrome:
|
||||||
./install/chrome
|
./install/chrome
|
||||||
|
11
install/canon-mg2500
Executable file
11
install/canon-mg2500
Executable 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
|
18
install/php
18
install/php
@ -14,21 +14,21 @@ sudo apt install -y --autoremove \
|
|||||||
php${PHPVER}-cli \
|
php${PHPVER}-cli \
|
||||||
php${PHPVER}-common \
|
php${PHPVER}-common \
|
||||||
php${PHPVER}-xdebug \
|
php${PHPVER}-xdebug \
|
||||||
# php${PHPVER}-bcmath \
|
php${PHPVER}-dom \
|
||||||
# php${PHPVER}-bz2 \
|
php${PHPVER}-curl \
|
||||||
# php${PHPVER}-curl \
|
php${PHPVER}-bcmath \
|
||||||
# php${PHPVER}-gd \
|
php${PHPVER}-gd \
|
||||||
# php${PHPVER}-json \
|
php${PHPVER}-intl \
|
||||||
# php${PHPVER}-mbstring \
|
php${PHPVER}-mbstring \
|
||||||
# php${PHPVER}-mysql \
|
# php${PHPVER}-mysql \
|
||||||
# php${PHPVER}-opcache \
|
# php${PHPVER}-opcache \
|
||||||
# php${PHPVER}-pgsql \
|
# php${PHPVER}-pgsql \
|
||||||
# php${PHPVER}-soap \
|
php${PHPVER}-soap \
|
||||||
# php${PHPVER}-xml \
|
# php${PHPVER}-xml \
|
||||||
# php${PHPVER}-xmlrpc \
|
# php${PHPVER}-xmlrpc \
|
||||||
# php${PHPVER}-xsl \
|
# php${PHPVER}-xsl \
|
||||||
# php${PHPVER}-sqlite3 \
|
# php${PHPVER}-sqlite3 \
|
||||||
# php${PHPVER}-zip
|
# php${PHPVER}-zip \
|
||||||
# php${PHPVER}-dba
|
# php${PHPVER}-dba \
|
||||||
# php${PHPVER}-ldap
|
# php${PHPVER}-ldap
|
||||||
php -v
|
php -v
|
||||||
|
Loading…
Reference in New Issue
Block a user