Update output.sh

This commit is contained in:
ferrreo 2024-07-21 14:42:30 +01:00 committed by GitHub
parent b312871354
commit 4e89828fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,5 @@ rm ./linux-libc*.deb
for f in *.deb;
do
cp $f ./output/pika4_$f
cp $f ./output/$f
done