mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[packages] Fix trivial indent problem
This commit is contained in:
parent
a3b84fa674
commit
cd7d109114
1 changed files with 3 additions and 2 deletions
|
@ -255,7 +255,8 @@ class PMEntropy(PackageManager):
|
||||||
# Doesn't need to update the system explicitly
|
# Doesn't need to update the system explicitly
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class PMLuet(PackageManager):
|
|
||||||
|
class PMLuet(PackageManager):
|
||||||
backend = "luet"
|
backend = "luet"
|
||||||
|
|
||||||
def install(self, pkgs, from_local=False):
|
def install(self, pkgs, from_local=False):
|
||||||
|
@ -270,7 +271,7 @@ class PMEntropy(PackageManager):
|
||||||
|
|
||||||
def update_system(self):
|
def update_system(self):
|
||||||
check_target_env_call(["luet", "upgrade", "-y"])
|
check_target_env_call(["luet", "upgrade", "-y"])
|
||||||
|
|
||||||
|
|
||||||
class PMPackageKit(PackageManager):
|
class PMPackageKit(PackageManager):
|
||||||
backend = "packagekit"
|
backend = "packagekit"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue