Corsinvest / cv4pve-autosnap

Automatic snapshot tool for Proxmox VE
https://www.corsinvest.it/cv4pve
GNU General Public License v3.0
402 stars 50 forks source link

README installation instructions #9

Closed roaima closed 5 years ago

roaima commented 5 years ago

The README.md provides a section on Configuration and Use that is incorrect:

Download package eve4pve-autosnap_?.?.?-?_all.deb, on your Proxmox VE host and install:

wget https://github.com/EnterpriseVE/eve4pve-autosnap/releases/latest
dpkg -i eve4pve-autosnap_?.?.?-?_all.deb

(The latest file contains a pointer to the downloadable deb, not the archive itself.) Here are instructions that work for me:

wget https://github.com/$(wget -qO- https://github.com/EnterpriseVE/eve4pve-autosnap/releases/latest | grep -Po '(?<="/).*\.deb(?=")')
dpkg -i eve4pve-autosnap_?.?.?-?_all.deb
franklupo commented 5 years ago

Fix