#!/bin/sh
set -e

sicherboot help > /dev/null 2>&1 || exit 0

echo "sicherboot: Installing $1 to ESP"

sicherboot install-kernel "$1"
