mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Change decman operations order
This commit is contained in:
+3
-3
@@ -158,14 +158,14 @@ class Core:
|
||||
if self.update_units:
|
||||
self._disable_units()
|
||||
|
||||
if self.update_files:
|
||||
self._create_and_remove_files()
|
||||
|
||||
if self.update_packages:
|
||||
self._remove_pkgs()
|
||||
self._upgrade_pkgs()
|
||||
self._install_pkgs()
|
||||
|
||||
if self.update_files:
|
||||
self._create_and_remove_files()
|
||||
|
||||
if self.update_units:
|
||||
self._enable_units()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user