diff --git a/install_pve7.sh b/install_pve7.sh index d1c0d12..976af3a 100644 --- a/install_pve7.sh +++ b/install_pve7.sh @@ -14,6 +14,7 @@ if [ "$(id -u)" != "0" ]; then echo "This script must be run as root" 1>&2 exit 1 fi +apt-get update -y if ! command -v wget > /dev/null 2>&1; then apt-get install -y wget fi