Update os-brainux/setup_brainux.sh

Co-authored-by: Takumi Sueda <puhitaku@gmail.com>
This commit is contained in:
Codex340 2022-02-13 17:33:00 +09:00 committed by GitHub
parent 2f39546601
commit 18754095e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ systemctl enable fake-hwclock
# Ly # Ly
apt install -y libpam0g-dev libxcb-xkb-dev apt install -y libpam0g-dev libxcb-xkb-dev
cd / cd /
git clone --recurse -submodules https://github.com/nullgemm/ly.git git clone --recurse --submodules https://github.com/nullgemm/ly.git
cd ly cd ly
make make
make install make install