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 )