feat: install xorriso too

This commit is contained in:
Rudra Saraswat 2023-05-28 07:11:03 +05:30
parent 53ee2eae27
commit 9449804070

View file

@ -246,7 +246,7 @@ def inst_setup_base(config):
exec_chroot(['pacman-key', '--init']) exec_chroot(['pacman-key', '--init'])
exec_chroot(['pacman-key', '--populate', 'archlinux', 'blend']) exec_chroot(['pacman-key', '--populate', 'archlinux', 'blend'])
# Install linux-zen # Install linux-zen
exec_chroot(['pacman', '-S', '--noconfirm', 'linux-zen']) exec_chroot(['pacman', '-Sy', '--noconfirm', 'linux-zen', 'xorriso'])
# Remove jade-gui and blend-inst # Remove jade-gui and blend-inst
exec_chroot(['pacman', '-Rn', '--noconfirm', 'jade-gui', 'blend-inst-git']) exec_chroot(['pacman', '-Rn', '--noconfirm', 'jade-gui', 'blend-inst-git'])