diff --git a/usr/bin/archboot-not-installed.sh b/usr/bin/archboot-not-installed.sh index dea7dd22e..2e4cc3a45 100755 --- a/usr/bin/archboot-not-installed.sh +++ b/usr/bin/archboot-not-installed.sh @@ -1,4 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash +# SPDX-License-Identifier: GPL-2.0-only +# created by Tobias Powalowski if [[ ! "$(cat /etc/hostname)" == "archboot" ]]; then echo "This script should only be run in booted archboot environment. Aborting..." exit 1