Merge pull request #57 from tinof/patch-1

Update installimage-proxmox.sh
This commit is contained in:
eXtremeSHOK 2022-04-30 10:16:39 +02:00 committed by GitHub
commit f5716bc88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,7 @@ if [ "$OS" == "PBS" ] ; then
postinstall_file="/root/pbs"
else
if [ ! -f postinstall_file="/root/pve" ] ; then
wget "https://raw.githubusercontent.com/extremeshok/xshok-proxmox/master/hetzner/pve" -c -O /root/pbs
wget "https://raw.githubusercontent.com/extremeshok/xshok-proxmox/master/hetzner/pve" -c -O /root/pve
fi
postinstall_file="/root/pve"
fi