This commit is contained in:
CanbiZ 2025-04-14 13:50:03 +02:00
parent 1e930dc88d
commit 015600af6f
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,10 @@ setting_up_container
network_check
update_os
msg_info "Setup Functions"
import_local_ip
msg_ok "Setup Functions"
msg_info "Installing Dependencies"
$STD apt-get install -y \
gpg \

View File

@ -721,6 +721,7 @@ EOF
}
import_local_ip() {
setup_local_ip_helper
local IP_FILE="/run/local-ip.env"
if [[ -f "$IP_FILE" ]]; then
source "$IP_FILE"