docs: fixed typos
This commit is contained in:
parent
21404908d8
commit
d4c06eda43
1 changed files with 1 additions and 3 deletions
4
shemum
4
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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue