#!/bin/bash
set -e

# Change to script directory
cd "$(dirname "$0")"

echo "Installing herolib-virt..."
cargo install --path .

echo "Installation complete!"
