mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
commit
6cf0f749d4
@ -55,10 +55,10 @@ echo "brain" > /etc/hostname
|
|||||||
# Install packagecloud repository
|
# Install packagecloud repository
|
||||||
# Reference: https://packagecloud.io/brainhackers/brainux/install
|
# Reference: https://packagecloud.io/brainhackers/brainux/install
|
||||||
|
|
||||||
# curl: downloads the GPG key from packagecloud
|
# curl, ca-certificates: downloads the GPG key from packagecloud
|
||||||
# gnupg, debian-archive-keyring: packagecloud verification dependency
|
# gnupg, debian-archive-keyring: packagecloud verification dependency
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt install -y curl gnupg debian-archive-keyring
|
apt install -y curl ca-certificates gnupg debian-archive-keyring
|
||||||
|
|
||||||
# apt-transport-https can be installed after debian-archive-keyring being installed
|
# apt-transport-https can be installed after debian-archive-keyring being installed
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
@ -105,6 +105,7 @@ git clone --recurse-submodules https://github.com/nullgemm/ly.git
|
|||||||
cd ly
|
cd ly
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
make installsystemd
|
||||||
cd /
|
cd /
|
||||||
rm -r ly
|
rm -r ly
|
||||||
systemctl enable ly
|
systemctl enable ly
|
||||||
|
Loading…
Reference in New Issue
Block a user