This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-27 20:30:36 +03:00 committed by GitHub
parent a1f886c79a
commit 1ea0fded81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ do
apt-cache show $i | grep 'Version:' | cut -d":" -f2 | head -n1 | sed 's/ //g' > $i-external-i386
if cat $i-pika-i386 | grep "^"$(cat $i-external-i386)"$"
then
true
else
echo $i >> ppp32.list
fi
done
@ -55,6 +57,8 @@ do
apt-cache show $i | grep 'Version:' | cut -d":" -f2 | head -n1 | sed 's/ //g' > $i-external-amd64
if cat $i-pika-amd64 | grep "^"$(cat $i-external-amd64)"$"
then
true
else
echo $i >> ppp64.list
fi
done