Update hyperion-install.sh

update install to utilize Debian 12
This commit is contained in:
tteckster 2024-03-22 00:01:39 -04:00 committed by GitHub
parent c5ddb590d7
commit 59dfb89db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ $STD apt-get install -y mc
$STD apt-get install -y lsb-release $STD apt-get install -y lsb-release
$STD apt-get install -y gpg $STD apt-get install -y gpg
$STD apt-get install -y apt-transport-https $STD apt-get install -y apt-transport-https
$STD apt-get install -y libpython3.9 $STD apt-get install -y libpython3.11
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Hyperion" msg_info "Installing Hyperion"
wget -qO- https://apt.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg wget -qO- https://releases.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
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' echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.releases.hyperion-project.org/ $(lsb_release -cs) main" >/etc/apt/sources.list.d/hyperion.list
$STD apt-get update $STD apt-get update
$STD apt-get install -y hyperion $STD apt-get install -y hyperion
$STD systemctl enable --now hyperion@root.service $STD systemctl enable --now hyperion@root.service