From e1a6707cfb0706b4cd8670c9a1993b3a697a75c6 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 24 Feb 2023 12:55:15 +0000 Subject: [PATCH] Fix b being a b --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 82e868f..1d3495f 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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 # Remove our existing package from the repo -reprepro -Vb --basedir ./output/repo/ remove kinetic linux-image* -reprepro -Vb --basedir ./output/repo/ remove kinetic linux-headers* +reprepro -V --basedir ./output/repo/ remove kinetic linux-image* +reprepro -V --basedir ./output/repo/ remove kinetic linux-headers* # Add the new package to the repo reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb