X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=remote%2Fsync%2Fpackages_debian.go;h=03154ff6ed137c816d8d8d3ef2695d2ed7f0357e;hb=9506effbe395b9be30ba2b34702c51478e8043e4;hp=a18ab35d020e4f74baab07edeb7c07d4cbf327d6;hpb=4206e0dbca82f5df7d8e534f78cb737979880916;p=safcm%2Fsafcm.git diff --git a/remote/sync/packages_debian.go b/remote/sync/packages_debian.go index a18ab35..03154ff 100644 --- a/remote/sync/packages_debian.go +++ b/remote/sync/packages_debian.go @@ -1,6 +1,6 @@ // MsgSyncReq: install packages on the remote host (Debian) -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -59,6 +59,8 @@ func (s *Sync) syncPackagesDebian() error { // Don't require further acknowledgment; this won't perform // dangerous actions "--assume-yes", + // Never remove any packages + "--no-remove", // Don't perform upgrades "--no-upgrade", // Nobody needs those