mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-02-06 10:47:21 +00:00
Merge pull request #56 from tinof/patch-1
Update installimage-proxmox.sh
This commit is contained in:
commit
150a831e7b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user