Install binder for WayDroid

This commit is contained in:
Rudra Saraswat 2023-04-20 17:45:50 +05:30
parent 89b054e84a
commit 0ac3dbb743

View file

@ -216,6 +216,9 @@ def inst_setup_base(config):
install_pkgs('flatpak') install_pkgs('flatpak')
# Install kernel # Install kernel
install_pkgs(config['kernel']) install_pkgs(config['kernel'])
# Install binder
install_pkgs('linux-headers')
install_pkgs('binder_linux-dkms')
# 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'])
# Install blendos-first-setup # Install blendos-first-setup