Don't delete debs by default when adding to repository

This commit is contained in:
Igor Pecovnik 2018-01-11 19:06:43 +01:00
parent 751fb4fd13
commit 804956007a

View File

@ -45,7 +45,7 @@ ParseOptions() {
update)
# display full help test
# run repository update
addtorepo "$@" "delete"
addtorepo "$@" ""
# add a key to repo
cp ../config/armbian.key ../output/repository/public
exit 0