Files
ProxmoxVE/install/alpine-install.sh

22 lines
421 B
Bash
Raw Permalink Normal View History

2023-07-28 20:38:05 -04:00
#!/usr/bin/env bash
# Copyright (c) 2021-2025 tteck
2023-07-28 20:38:05 -04:00
# Author: tteck (tteckster)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://alpinelinux.org/
2023-07-28 20:38:05 -04:00
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
2023-07-28 20:38:05 -04:00
color
verb_ip6
catch_errors
setting_up_container
network_check
update_os
msg_info "Installing Dependencies"
$STD apk add sudo
2023-07-28 20:38:05 -04:00
msg_ok "Installed Dependencies"
motd_ssh
customize