Merge branch 'master' of https://github.com/sbennell/pve-patch
This commit is contained in:
commit
5e70d40203
2
patch.sh
2
patch.sh
|
|
@ -3,7 +3,7 @@
|
||||||
mkdir -p /usr/share/pve-patch/{images,scripts}
|
mkdir -p /usr/share/pve-patch/{images,scripts}
|
||||||
echo "- patch `pveversion`..."
|
echo "- patch `pveversion`..."
|
||||||
echo "- download and copy files..."
|
echo "- download and copy files..."
|
||||||
wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/raw/master/images/{favicon.ico,logo-128.png,proxmox_logo.png}
|
wget -nc -qP /usr/share/pve-patch/images/ https://github.com/sbennell/pve-patch/tree/master/images/{favicon.ico,logo-128.png,proxmox_logo.png}
|
||||||
rm -f /usr/share/pve-patch/scripts/{90pvepatch,apply.sh}
|
rm -f /usr/share/pve-patch/scripts/{90pvepatch,apply.sh}
|
||||||
wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/sbennell/pve-patch/master/scripts/{90pvepatch,apply.sh}
|
wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/sbennell/pve-patch/master/scripts/{90pvepatch,apply.sh}
|
||||||
chmod -R a+x /usr/share/pve-patch/scripts
|
chmod -R a+x /usr/share/pve-patch/scripts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue