From 114b9c1765fc42eab3e3ce06f43029d569302632 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:09:26 -0400 Subject: [PATCH] disable all NoExtract from pacman.conf --- .github/workflows/Dolphin_sharun.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Dolphin_sharun.yml b/.github/workflows/Dolphin_sharun.yml index 5c01bb1..ee931d7 100644 --- a/.github/workflows/Dolphin_sharun.yml +++ b/.github/workflows/Dolphin_sharun.yml @@ -46,6 +46,10 @@ jobs: pacman-key --init && pacman-key --populate archlinux printf "\n[extra]\nInclude = /etc/pacman.d/mirrorlist-arch\n" | tee -a /etc/pacman.conf + + cat /etc/pacman.conf + sudo sed -i 's/NoExtract/#NoExtract/g' /etc/pacman.conf + pacman -Syu --noconfirm zsync \ dolphin-emu \ pulseaudio \