mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update install_pve7.sh
This commit is contained in:
parent
454fed16c7
commit
6baeb89797
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ if [ "$(id -u)" != "0" ]; then
|
||||||
echo "This script must be run as root" 1>&2
|
echo "This script must be run as root" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
apt-get update -y
|
||||||
if ! command -v wget > /dev/null 2>&1; then
|
if ! command -v wget > /dev/null 2>&1; then
|
||||||
apt-get install -y wget
|
apt-get install -y wget
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue