mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
update sources
This commit is contained in:
parent
8307bbe86c
commit
40ad663997
4 changed files with 4 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue