Commit 9394dba9 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add cups-drivers-katusham247 (eterbug #17332)

parent 7d2677ab
#!/bin/sh
TAR="$1"
RETURNTARNAME="$2"
. $(dirname $0)/common.sh
ROOTDIR=$(pwd)
# Linux-драйвер-печати-Катюша-M247.zip
erc unpack $TAR || fatal
cd * # Linux драйвер печати Катюша M247
# 2021-02-23-Katusha_M247_x86_64_DEB.tar.gz
erc unpack *Katusha_M247_x86_64_DEB.tar.gz || fatal
rm *Katusha_M247_x86_64_DEB.tar.gz
cd * # 2021-02-22-Katusha_M247_x86_64_DEB
# katusha-m247-ps_1.2.1_amd64.deb
PKGNAME=katusha-m247-ps_*_amd64.deb
# needed because the path contains spaces
mv $PKGNAME $ROOTDIR
cd $ROOTDIR
return_tar $PKGNAME
#!/bin/sh
PKGNAME=katusha-m247-ps
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Linux Print Driver for katusha m247 Printer"
URL="https://katusha-it.ru/downloads"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://katusha-it.ru/storage/filemanager/downloads/Katusha%20Devices/m247/Linux%20%D0%B4%D1%80%D0%B0%D0%B8%CC%86%D0%B2%D0%B5%D1%80%20%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D0%B8%20%D0%9A%D0%B0%D1%82%D1%8E%D1%88%D0%B0%20M247.zip"
install_pack_pkgurl
echo "Note: run
# serv cups restart
to enable new printer model in cups
"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment