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.
|
# TODO: Implement operating system installer variable list.
|
||||||
|
|
||||||
# Debug mode
|
# Debug mode
|
||||||
# To enable debug mode remove the comment.
|
|
||||||
# Default: true
|
# Default: true
|
||||||
DEBUG=true
|
DEBUG=true
|
||||||
|
|
||||||
|
@ -24,7 +23,7 @@ ROOT_PATH="$HOME/Machines"
|
||||||
ISO_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.iso"
|
ISO_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.iso"
|
||||||
IMG_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.img"
|
IMG_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.img"
|
||||||
|
|
||||||
# Sources defualt values
|
# Sources default values
|
||||||
. ".env"
|
. ".env"
|
||||||
|
|
||||||
# Sources virtual machine specific values
|
# Sources virtual machine specific values
|
||||||
|
@ -122,7 +121,6 @@ usage_func() {
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
case $OPTION in
|
case $OPTION in
|
||||||
# Initializes the VM and starts the installer image.
|
|
||||||
"init")
|
"init")
|
||||||
init_func
|
init_func
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue