Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Filipvds/3be8d2924d60c3198c721803ed730a70 to your computer and use it in GitHub Desktop.
Save Filipvds/3be8d2924d60c3198c721803ed730a70 to your computer and use it in GitHub Desktop.
Proxmox - Ubuntu
#!/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