onemarcfifty/proxmox-network

Discrepancy in command in Readme.md

bkpearson opened this issue · 0 comments

For the command:
wget -O - "OMRURL" | gunzip -c >openwrt.img ; qm importdisk 102 omr.img local-lvm

Should it be:
wget -O - "OMRURL" | gunzip -c >omr.img ; qm importdisk 102 omr.img local-lvm