fix: typo
This commit is contained in:
parent
32d9fb54eb
commit
18243fc4da
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def inst_setup_base(config):
|
||||||
# Remove jade-gui
|
# Remove jade-gui
|
||||||
exec_chroot(['pacman', '-Rn', '--noconfirm', 'jade-gui'])
|
exec_chroot(['pacman', '-Rn', '--noconfirm', 'jade-gui'])
|
||||||
# Install jade-gui-postinst
|
# Install jade-gui-postinst
|
||||||
exec_chroot(['pacman', '-S', 'jade-gui-post-inst'])
|
exec_chroot(['pacman', '-S', 'jade-gui-postinst'])
|
||||||
|
|
||||||
|
|
||||||
def inst_bootloader(config):
|
def inst_bootloader(config):
|
||||||
|
|
Loading…
Reference in a new issue