Fix b being a b

This commit is contained in:
ferrreo 2023-02-24 12:55:15 +00:00 committed by GitHub
parent 2de19d510f
commit e1a6707cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ rsync -azP --exclude '*.deb' ferreo@pika-os.com:/srv/www/pikappa/ ./output/repo
cp ./output/key.gpg ./output/repo/key.gpg cp ./output/key.gpg ./output/repo/key.gpg
# Remove our existing package from the repo # Remove our existing package from the repo
reprepro -Vb --basedir ./output/repo/ remove kinetic linux-image* reprepro -V --basedir ./output/repo/ remove kinetic linux-image*
reprepro -Vb --basedir ./output/repo/ remove kinetic linux-headers* reprepro -V --basedir ./output/repo/ remove kinetic linux-headers*
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb