From 4fecd4e78b8bf126837bbaf665af5de7e4435874 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 7 Mar 2024 22:55:06 +0100 Subject: [PATCH] Remove obsolete workaround --- scripts/Arch/Software/Pennywise/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/Arch/Software/Pennywise/install.sh b/scripts/Arch/Software/Pennywise/install.sh index 060b9643..777616df 100755 --- a/scripts/Arch/Software/Pennywise/install.sh +++ b/scripts/Arch/Software/Pennywise/install.sh @@ -1,9 +1,5 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; -yay --noconfirm -Syu --asdeps electron5-bin; -yay --noconfirm -Rs electron5-bin-debug; - yay --noconfirm -Syu pennywise-bin; -yay --noconfirm -Rs pennywise-bin-debug; . "../../../Common/Config/Pennywise/install.sh"; popd > /dev/null;