my-env/install/canon-mg2500

18 lines
403 B
Plaintext
Raw Normal View History

2022-07-15 14:59:45 +00:00
#!/bin/bash
##makedesc: Install Canon Pixma MG2500 + ppa
2023-04-14 04:06:40 +00:00
source `dirname $0`/../helpers || exit 255
2022-07-15 14:59:45 +00:00
2023-04-14 04:06:40 +00:00
title
2022-07-15 14:59:45 +00:00
2023-04-14 04:06:40 +00:00
sudo add-apt-repository -y ppa:thierry-f/fork-michael-gruz && \
sudo apt install -y \
cnijfilter-mg2500series \
scangearmp-mg2500series
[ $? = 0 ] && {
echo
success "Canon Pixma MG2500 installed!"
info "Now you must add a new printer in your system."
echo
}