Skip to content

Commit

Permalink
Merge pull request #51 from brain-hackers/ci-ly-fix
Browse files Browse the repository at this point in the history
Switch ly repository to freeze the source code
  • Loading branch information
puhitaku authored Jan 17, 2023
2 parents 9671252 + 9f41a0b commit ee93757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-brainux/setup_brainux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ systemctl enable fake-hwclock
DEBIAN_FRONTEND=noninteractive \
apt install -y libpam0g-dev libxcb-xkb-dev
cd /
git clone --recurse-submodules https://github.com/nullgemm/ly.git
git clone --recurse-submodules -b master-24f017e https://github.com/brain-hackers/ly.git
cd ly
make
make install
Expand Down

0 comments on commit ee93757

Please sign in to comment.