aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 20:08:41 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 20:08:41 +0100
commita68af18e52f8c8e4ed89da77eca03184c2a082be (patch)
tree525f2ca5ae217e151da023a731278a49adfdd129
parentREADME update (diff)
downloadarch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.gz
arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.bz2
arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.xz
arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.zst
arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.zip
Typos
-rw-r--r--README.org2
-rwxr-xr-xarch-installer.sh4
2 files changed, 2 insertions, 4 deletions
diff --git a/README.org b/README.org
index 6f9ba4b..7cbe174 100644
--- a/README.org
+++ b/README.org
@@ -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>&-)