From d4c06eda4368efc515610dadc5e83f635117b792 Mon Sep 17 00:00:00 2001 From: BonzaiBrains <133261117+BonzaiBrains@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:55:47 +0100 Subject: [PATCH] docs: fixed typos --- shemum | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shemum b/shemum index f60a354..2be4da8 100755 --- a/shemum +++ b/shemum @@ -6,7 +6,6 @@ # TODO: Implement operating system installer variable list. # Debug mode -# To enable debug mode remove the comment. # Default: true DEBUG=true @@ -24,7 +23,7 @@ ROOT_PATH="$HOME/Machines" ISO_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.iso" IMG_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.img" -# Sources defualt values +# Sources default values . ".env" # Sources virtual machine specific values @@ -122,7 +121,6 @@ usage_func() { # Options case $OPTION in - # Initializes the VM and starts the installer image. "init") init_func ;;