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: