Update output.sh
This commit is contained in:
parent
3e7036b67d
commit
1fc1972030
@ -4,4 +4,8 @@ echo "Pika Kernel - Copying Output"
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
rm ./linux-libc*.deb
|
rm ./linux-libc*.deb
|
||||||
cp ./*.deb ./output/
|
|
||||||
|
for f in ./*.deb;
|
||||||
|
do
|
||||||
|
cp $f ./output/lunar_$f
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user