Fix b being a b
This commit is contained in:
parent
2de19d510f
commit
e1a6707cfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user