This commit is contained in:
Codex340 2022-02-13 16:39:55 +09:00 committed by GitHub
parent 14275cdb60
commit 2f39546601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -70,14 +70,14 @@ systemctl enable fake-hwclock
# Ly
apt install -y libpam0g-dev libxcb-xkb-dev
cd /
git clone https://github.com/nullgemm/ly.git
git clone --recurse -submodules https://github.com/nullgemm/ly.git
cd ly
make github
make
make install
systemctl enable ly.service
systemctl disable getty@tty2.service
cd /
rm -r ly
systemctl enable ly
# Create editable xorg.conf.d
install -m 0777 -d /etc/X11/xorg.conf.d