From cd7f0ceac835a5acf39a57a3559a4a0dc0e4ad7c Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Wed, 1 Nov 2023 17:26:52 +0100 Subject: [PATCH 1/3] Add python-jmespath and sshpass for Ansible --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 43a7f5a..0b216ae 100755 --- a/install.sh +++ b/install.sh @@ -239,6 +239,10 @@ optdeps=( python-nautilus # ansible: crypto functions python-passlib + # ansible: json_query filter + python-jmespath + # ansible: ssh password connection + sshpass ) pacman -Syu --noconfirm --needed "${packages[@]}" From b2fd4656b17847ba76401691663974d26a275921 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Wed, 1 Nov 2023 17:27:14 +0100 Subject: [PATCH 2/3] Add Cinny (Matrix client) --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0b216ae..d2f816b 100755 --- a/install.sh +++ b/install.sh @@ -464,6 +464,7 @@ aur_packages=( git-gone dnscontrol-bin qtscrcpy # Android screen display + cinny-desktop-bin # Lightweight Matrix client ) aur_optdeps=( From dfc38f323c1adb8f8f23e39debbc3ae869088068 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Wed, 1 Nov 2023 17:58:25 +0100 Subject: [PATCH 3/3] Get Iotas via AUR instead of Flatpak --- install.sh | 1 + run_once_flatpak-applications.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2f816b..182acdf 100755 --- a/install.sh +++ b/install.sh @@ -465,6 +465,7 @@ aur_packages=( dnscontrol-bin qtscrcpy # Android screen display cinny-desktop-bin # Lightweight Matrix client + iotas # Note taking with Nextcloud Sync ) aur_optdeps=( diff --git a/run_once_flatpak-applications.sh b/run_once_flatpak-applications.sh index 690fa5e..f9f4699 100644 --- a/run_once_flatpak-applications.sh +++ b/run_once_flatpak-applications.sh @@ -6,7 +6,6 @@ exec 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done) flatpak install --noninteractive org.gnome.World.PikaBackup flatpak install --noninteractive org.gnome.Loupe flatpak install --noninteractive dev.deedles.Trayscale -flatpak install --noninteractive org.gnome.gitlab.cheywood.Iotas flatpak install --noninteractive com.belmoussaoui.ReadItLater flatpak install --noninteractive dev.geopjr.Tuba flatpak install --noninteractive com.github.tchx84.Flatseal