Update installer.py (#3540)

Fix the bug of installation failure caused by incorrect service name
This commit is contained in:
lubuoren 2025-05-30 23:04:04 +08:00 committed by GitHub
parent 1dccfe6c33
commit 47e6d82ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ class Installer:
if bootloader and bootloader == Bootloader.Grub:
self.pacman.strap('grub-btrfs')
self.enable_service('grub-btrfs.service')
self.enable_service('grub-btrfsd.service')
def setup_swap(self, kind: str = 'zram') -> None:
if kind == 'zram':