Fix removal method
This commit is contained in:
parent
e1a6707cfb
commit
5e785cea19
@ -13,8 +13,7 @@ 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 -V --basedir ./output/repo/ remove kinetic linux-image*
|
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% linux-*-pikaos*)'
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user