🔖 snapshot: Stažení Ubuntu LXC skriptů z community-scripts/ProxmoxVE
Zdrojové súbory: - ct/ubuntu.sh - hlavní vstupní skript - install/ubuntu-install.sh - instalačný skript pre kontajner - misc/build.func - build knihovňa (5780 riadkov) - misc/install.func - inštalačné funkcie (332 riadkov) - misc/core.func - základné utility (1719 riadkov) - misc/error_handler.func - spracovanie chýb (638 riadkov) - misc/tools.func - pomocné nástroje (8395 riadkov) - misc/api.func - telemetria (1470 riadkov) Zdroj: https://github.com/community-scripts/ProxmoxVE Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
18
install/ubuntu-install.sh
Normal file
18
install/ubuntu-install.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2021-2026 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
# Source: https://ubuntu.com/
|
||||
|
||||
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
|
||||
color
|
||||
verb_ip6
|
||||
catch_errors
|
||||
setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
cleanup_lxc
|
||||
Reference in New Issue
Block a user