update sources

This commit is contained in:
tteckster 2023-01-27 02:01:45 -05:00 committed by GitHub
parent 8307bbe86c
commit 40ad663997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View file

@ -92,9 +92,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Hyperion"
wget -qO- https://apt.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
cat <<EOF >/etc/apt/sources.list.d/hyperion.list
deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ bullseye main
EOF
sh -c 'echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/hyperion.list'
$STD apt-get update
$STD apt-get install -y hyperion
$STD systemctl enable --now hyperion@root.service