Update output.sh

This commit is contained in:
ferrreo 2023-10-19 10:54:30 +01:00 committed by GitHub
parent 3c0e30c21b
commit 0142e0ea3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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