Merge pull request #44 from brain-hackers/fix

Fix
This commit is contained in:
Takumi Sueda 2022-11-13 20:35:42 +08:00 committed by GitHub
commit 6cf0f749d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -55,10 +55,10 @@ echo "brain" > /etc/hostname
# Install packagecloud repository
# 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
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
DEBIAN_FRONTEND=noninteractive \
@ -105,6 +105,7 @@ git clone --recurse-submodules https://github.com/nullgemm/ly.git
cd ly
make
make install
make installsystemd
cd /
rm -r ly
systemctl enable ly