From 01c1d743c22e7a5af28cb3b0f5069ca93fa4619f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:09:40 +0300 Subject: [PATCH] Update external-winehq.sh --- external-winehq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-winehq.sh b/external-winehq.sh index a83d2e0..3dcc35b 100644 --- a/external-winehq.sh +++ b/external-winehq.sh @@ -50,7 +50,7 @@ for i in $(echo $PKG_AMD64) do touch /etc/apt/preferences.d/0-external-sync.conf echo 'Package': * > /etc/apt/preferences.d/0-external-sync.conf - echo 'Pin: release o=ppa.pika-os.com' >> /etc/apt/preferences.d/0-external-sync.conf + echo 'Pin: release c=main' >> /etc/apt/preferences.d/0-external-sync.conf echo 'Pin-Priority: 1000' >> /etc/apt/preferences.d/0-external-sync.conf apt-cache show $i | grep 'Version:' | cut -d":" -f2 | head -n1 | sed 's/ //g' > $i-pika-amd64 rm -rf /etc/apt/preferences.d/0-external-sync.conf