From 44c1204429e8add6cca408d9406ce3cb631173b2 Mon Sep 17 00:00:00 2001 From: phga Date: Sat, 12 Mar 2022 14:59:45 +0100 Subject: [PATCH] doc: author + note --- bootstrap.sh | 5 +++++ fresh.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index cdd7fea..113f18e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,9 @@ #!/bin/bash +# Author: Philip Gaber + +############################################################################ +# NOTE: While testing with a VM make sure to enable EFI boot in VM options # +############################################################################ while getopts "p:n:d:" opt; do case $opt in diff --git a/fresh.sh b/fresh.sh index 1263955..bb82e58 100755 --- a/fresh.sh +++ b/fresh.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Author: Philip Gaber scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )