From a61ece70c82b5a20cbb14e8909fc611e038ddf90 Mon Sep 17 00:00:00 2001 From: Mi Klo Date: Mon, 14 Feb 2022 01:02:26 +0100 Subject: [PATCH] scanners, appimages --- mx-linux/mx-21.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mx-linux/mx-21.sh b/mx-linux/mx-21.sh index 4924ac0..2bf99c2 100644 --- a/mx-linux/mx-21.sh +++ b/mx-linux/mx-21.sh @@ -31,6 +31,14 @@ apt-get install $1 scrcpy apt-get install $1 python3-pip apt-get install $1 pipenv +#scanner brother DCP-T500W +apt-get install $1 xsane xsane-common +wget https://download.brother.com/welcome/dlf105200/brscan4-0.4.11-1.amd64.deb +apt-get install $1 ./brscan4-0.4.11-1.amd64.deb + +#scanner HP +apt-get install $1 hplip hplip-data hplip-gui hplip-doc + #turtl wget https://github.com/turtl/desktop/releases/download/v0.7.2.6-pre-sync-fix/turtl-0.7.2.6-pre-sync-fix-linux64.tar.bz2 tar -xvf turtl-0.7.2.6-pre-sync-fix-linux64.tar.bz2 @@ -119,4 +127,14 @@ apt-get install $1 qgis qgis-plugin-grass qgis-server #--> QGiS +#install apps from appimage + +wget https://github.com/cryptomator/cryptomator/releases/download/1.6.5/cryptomator-1.6.5-x86_64.AppImage +wget https://github.com/leozide/leocad/releases/download/v21.06/LeoCAD-Linux-21.06-x86_64.AppImage +wget https://github.com/balena-io/etcher/releases/download/v1.7.3/balenaEtcher-1.7.3-x64.AppImage +wget https://github.com/FreeCAD/FreeCAD/releases/download/0.19.3/FreeCAD_0.19.3-Linux-Conda_glibc2.12-x86_64.AppImage +wget https://github.com/skyjake/lagrange/releases/download/v1.10.5/Lagrange-1.10.5-x86_64.AppImage +wget https://free-astro.org/download/Siril-1.0.0-rc2-x86_64.AppImage +wget https://download.delta.chat/desktop/v1.26.0/DeltaChat-1.26.0.AppImage +