Update output.sh

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

View File

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