Skip to content

Commit

Permalink
disable all NoExtract from pacman.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 15, 2025
1 parent da90ae7 commit 114b9c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Dolphin_sharun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 114b9c1

Please sign in to comment.