From 06765121cba4ddaec750a3efd2c77a69d48e46f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sun, 20 Jul 2025 12:48:12 +0200 Subject: [PATCH] Update orangepi5plus.md --- orangepi5plus.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/orangepi5plus.md b/orangepi5plus.md index b125abb..dcbc7c2 100644 --- a/orangepi5plus.md +++ b/orangepi5plus.md @@ -19,7 +19,7 @@ Recommended configuration: **Tested Printers:** -- Epson Expression ET-2750 EcoTank - CUPS+Gutenprint v5.3.3 (color) +- EPSON ET-2860 Series with driver: Epson Expression ET-2750 EcoTank - CUPS+Gutenprint v5.3.3 (color) Next, we need to install the required packages for Print-CLI to work. Run the following commands and grab a coffee while the packages are being installed (it may take a while): @@ -28,10 +28,18 @@ the packages are being installed (it may take a while): sudo apt-get update sudo add-apt-repository ppa:ondrej/php sudo apt-get install -y git cups zip unzip supervisor \ - composer php-zip php-curl php-xml php-mbstring \ + php-zip php-curl php-xml php-mbstring \ printer-driver-gutenprint ``` +Install Composer as usual: + +``` +php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" +php composer-setup.php +php -r "unlink('composer-setup.php');" +sudo mv composer.phar /usr/local/bin/composer +``` Finally, add the Composer bin directory to your PATH, so you can run the `print-cli` command from anywhere: