From 6baeb8979710d227b07d4ccc3bc904432580ba6d Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:14:35 +0800 Subject: [PATCH] Update install_pve7.sh --- install_pve7.sh | 1 + 1 file changed, 1 insertion(+) 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