Merge pull request #56 from tinof/patch-1

Update installimage-proxmox.sh
This commit is contained in:
eXtremeSHOK 2022-04-07 11:15:45 +02:00 committed by GitHub
commit 150a831e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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