aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2018-09-04 00:25:47 +0200
committerMatMoul <matmoul@gmail.com>2018-09-04 00:25:47 +0200
commit5042322ae209bddc2374b4504f86cfb178118eb7 (patch)
treee230c066be50629d24a406d410fcfa55e784f4b9
parente9ef25986720be4355b887a91b18728e20147aa1 (diff)
downloadhyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.tar.lz
hyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.tar.xz
hyperfi-5042322ae209bddc2374b4504f86cfb178118eb7.zip
Set editors as optional
-rw-r--r--archfi4
1 files changed, 2 insertions, 2 deletions
diff --git a/archfi b/archfi
index 88a538c..0c5ed18 100644
--- a/archfi
+++ b/archfi
@@ -26,7 +26,7 @@ mainmenu(){
options=()
options+=("$txtlanguage" "Language")
options+=("$txtsetkeymap" "(loadkeys ...)")
- options+=("$txteditor" "")
+ options+=("$txteditor" "($txtoptional)")
options+=("$txtdiskpartmenu" "")
options+=("$txtselectpartsmenu" "")
options+=("" "")
@@ -42,7 +42,7 @@ mainmenu(){
;;
"$txtsetkeymap")
setkeymap
- nextitem="$txteditor"
+ nextitem="$txtdiskpartmenu"
;;
"$txteditor")
chooseeditor