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