Created
May 5, 2025 20:08
-
-
Save Filipvds/3be8d2924d60c3198c721803ed730a70 to your computer and use it in GitHub Desktop.
Proxmox - Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Copyright (c) 2021-2025 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 | |
msg_info "Cleaning up" | |
$STD apt-get -y autoremove | |
$STD apt-get -y autoclean | |
msg_ok "Cleaned" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment