diff options
-rw-r--r-- | README.org | 2 | ||||
-rwxr-xr-x | arch-installer.sh | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -71,8 +71,6 @@ Here are a handful of images of the installer in action: [[./img/screen1.png]] -[[./img/screen2.png]] - [[./img/screen3.png]] [[./img/screen4.png]] diff --git a/arch-installer.sh b/arch-installer.sh index 38f452e..b11570e 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -120,7 +120,7 @@ jo_get_swap_size() { while [ "$gogogo" = false ]; do swps=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your swap partition disired size: (__G)"\ + --inputbox "Please enter your swap partition desired size: (__G)"\ 7 65\ "4"\ 3>&1 1>&2 2>&3 3>&-) @@ -141,7 +141,7 @@ jo_get_root_size() { while [ "$gogogo" = false ]; do rts=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your root partition disired size: (__G)"\ + --inputbox "Please enter your root partition desired size: (__G)"\ 7 65\ "25"\ 3>&1 1>&2 2>&3 3>&-) |