From fdca540f220d2ce7d5122aed9c222d16f6dc6220 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 19 Jun 2024 13:38:29 +0200 Subject: [PATCH] Ignore packages with incorrect hash --- scripts/Arch/Collections/personal.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 658d8c2a..e59f96d5 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -178,15 +178,20 @@ yay --noconfirm -Syu \ yay --noconfirm -Syu \ gimp \ inkscape \ - netflix \ + `# netflix` \ spotube-bin \ stremio \ - tidal-dl \ + `# idal-dl` \ tidal-hifi-bin \ nuclear-player-bin \ audius-client-bin \ ; +yay --noconfirm -Syu \ + tidal-dl \ + netflix \ + | true; + # Games yay --noconfirm -Syu \ steam \