diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 16:59:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 16:59:12 +0100 |
commit | 2c07bc55ee8a72c16322fd453e6c984350a31f73 (patch) | |
tree | e200d8a5a8cdb7fa8aa584f373feebbd3c1cd342 | |
parent | Better now (diff) | |
download | arch-installer-2c07bc55ee8a72c16322fd453e6c984350a31f73.tar.gz arch-installer-2c07bc55ee8a72c16322fd453e6c984350a31f73.tar.bz2 arch-installer-2c07bc55ee8a72c16322fd453e6c984350a31f73.tar.xz arch-installer-2c07bc55ee8a72c16322fd453e6c984350a31f73.tar.zst arch-installer-2c07bc55ee8a72c16322fd453e6c984350a31f73.zip |
Better word
-rwxr-xr-x | joes-arch-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh index bd3b070..17883c3 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -148,7 +148,7 @@ jo_get_root_size() { while [ "$gogogo" = false ]; do rts=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your swap partition disired size: (__G)"\ + --inputbox "Please enter your root partition disired size: (__G)"\ 7 65\ "25"\ 3>&1 1>&2 2>&3 3>&-) |