#!/usr/bin/env bash # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://www.gentoo.org/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color verb_ip6 catch_errors setting_up_container network_check update_os msg_info "Installing Dependencies" $STD emerge --quiet net-misc/curl net-misc/wget app-misc/ca-certificates msg_ok "Installed Dependencies" motd_ssh customize msg_info "Cleaning up" $STD emerge --quiet --depclean msg_ok "Cleaned"