From d1db8dbdd3795e8731d090f81a1911988c433e90 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 13 Sep 2024 16:32:39 +0200 Subject: [PATCH] Fix installation of Threema --- scripts/Arch/Scripts/deploy.fish | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/Scripts/deploy.fish b/scripts/Arch/Scripts/deploy.fish index 23191442..ad31a5f2 100644 --- a/scripts/Arch/Scripts/deploy.fish +++ b/scripts/Arch/Scripts/deploy.fish @@ -200,8 +200,13 @@ function deploySoftware -d "Deploys a the specified software action" -a action signal-desktop \ vesktop-bin - yes y | yayinst threema-desktop - yes y | yayinst nodejs + and begin + yes y | runYay threema-desktop + end + + and begin + yes y | runYay nodejs + end end and if collectionActive productivity && $isInstall