JetHome: update links and references for JetHome resources

This commit is contained in:
Viacheslav Bocharov
2025-09-11 12:01:32 +03:00
parent b49192b3a5
commit a7d3bb3577
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2019-2024 JetHome
# Author: Viacheslav Bocharov <vb@jethome.ru>
# Author: Viacheslav Bocharov <vb@jethome.com>
#
# This file is a part of the Armbian Build Framework
# https://github.com/armbian/build/
@@ -214,7 +214,7 @@ family_tweaks() {
display_alert "Adding JetHome repository and authentication key" "/etc/apt/sources.list.d/jethome.list" "info"
run_host_command_logged cp -pv "${SRC}"/packages/bsp/jethub/jethome.gpg "${SDCARD}/etc/apt/trusted.gpg.d/"
echo "deb http://repo.jethome.ru"$([[ $BETA == yes ]] && echo "/beta")" ${RELEASE} jethome-${RELEASE}" \
echo "deb http://repo.jethome.com"$([[ $BETA == yes ]] && echo "/beta")" ${RELEASE} jethome-${RELEASE}" \
>> "${SDCARD}"/etc/apt/sources.list.d/jethome.list
}