This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install dkms linux-headers-generic | |
git clone https://github.com/anbox/anbox-modules | |
cd ./anbox-modules | |
sudo cp anbox.conf /etc/modules-load.d/ | |
sudo cp 99-anbox.rules /lib/udev/rules.d/ | |
sudo cp -rT ashmem /usr/src/anbox-ashmem-1 | |
sudo cp -rT binder /usr/src/anbox-binder-1 | |
sudo dkms install anbox-ashmem/1 | |
sudo dkms install anbox-binder/1 | |
sudo modprobe ashmem_linux |