#!/bin/bash set -e # Install OpenHV mkdir -p /opt/openhv-${openhv_version} curl --location "https://github.com/OpenHV/OpenHV/releases/download/${openhv_version}/OpenHV-${openhv_version}-x86_64.AppImage" > /opt/openhv-${openhv_version}/OpenHV-x86_64.AppImage chmod +x /opt/openhv-${openhv_version}/OpenHV-x86_64.AppImage cat > /etc/systemd/system/openhv.service <