Update external-winehq.sh
This commit is contained in:
parent
51c7d68720
commit
01c1d743c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user