Merge pull request #31 from brain-hackers/fix-misc

Fix misc
This commit is contained in:
Takumi Sueda
2022-02-14 01:20:29 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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