Update output.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-24 18:18:33 +03:00 committed by GitHub
parent 1fc1972030
commit ab0f945581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ echo "Pika Kernel - Copying Output"
cd ..
rm ./linux-libc*.deb
for f in ./*.deb;
for f in *.deb;
do
cp $f ./output/lunar_$f
done