mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05: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
|
||||
pass
|
||||
|
||||
class PMLuet(PackageManager):
|
||||
|
||||
class PMLuet(PackageManager):
|
||||
backend = "luet"
|
||||
|
||||
def install(self, pkgs, from_local=False):
|
||||
|
@ -270,7 +271,7 @@ class PMEntropy(PackageManager):
|
|||
|
||||
def update_system(self):
|
||||
check_target_env_call(["luet", "upgrade", "-y"])
|
||||
|
||||
|
||||
|
||||
class PMPackageKit(PackageManager):
|
||||
backend = "packagekit"
|
||||
|
|
Loading…
Add table
Reference in a new issue