Update output.sh
This commit is contained in:
parent
1fc1972030
commit
ab0f945581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user