New Feature
Currently deb-get handles every app sequentially. During the install and upgrade process only one deb is passed to apt.
Please bundle all .debs and pass them to the package manager at once.
Firstly this speeds up the upgrade process.
Secondly there is the possibility of apt-hooks getting triggered unnecessary often.
example usecase: personally I make a snapshot of the filesystem before every change by apt, using timeshift-autosnap-apt.
New Feature
Currently deb-get handles every app sequentially. During the install and upgrade process only one deb is passed to apt.
Please bundle all .debs and pass them to the package manager at once.
Firstly this speeds up the upgrade process.
Secondly there is the possibility of apt-hooks getting triggered unnecessary often.
example usecase: personally I make a snapshot of the filesystem before every change by apt, using timeshift-autosnap-apt.