feat: install xorriso too
This commit is contained in:
parent
53ee2eae27
commit
9449804070
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def inst_setup_base(config):
|
|||
exec_chroot(['pacman-key', '--init'])
|
||||
exec_chroot(['pacman-key', '--populate', 'archlinux', 'blend'])
|
||||
# Install linux-zen
|
||||
exec_chroot(['pacman', '-S', '--noconfirm', 'linux-zen'])
|
||||
exec_chroot(['pacman', '-Sy', '--noconfirm', 'linux-zen', 'xorriso'])
|
||||
# Remove jade-gui and blend-inst
|
||||
exec_chroot(['pacman', '-Rn', '--noconfirm', 'jade-gui', 'blend-inst-git'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue