24 lines
460 B
Bash
24 lines
460 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Copyright (c) 2021-2026 community-scripts ORG
|
|
# Author: luismco
|
|
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
|
# Source: https://github.com/technomancer702/nodecast-tv
|
|
|
|
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
|
|
color
|
|
verb_ip6
|
|
catch_errors
|
|
setting_up_container
|
|
network_check
|
|
update_os
|
|
|
|
fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes"
|
|
setup_uv
|
|
setup_nodejs
|
|
|
|
|
|
motd_ssh
|
|
customize
|
|
cleanup_lxc
|