diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:29:38 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:29:38 +0800 |
commit | 09637cba60c2806a809e27ddcb3268e04e01343b (patch) | |
tree | 10f2091f3a289ef518e6b4833dd4774f30c3eb18 | |
parent | 68b4c09633bc7ad7491c108231f261e1c42fe549 (diff) | |
download | hyperfi-09637cba60c2806a809e27ddcb3268e04e01343b.tar.lz hyperfi-09637cba60c2806a809e27ddcb3268e04e01343b.tar.xz hyperfi-09637cba60c2806a809e27ddcb3268e04e01343b.zip |
shellcheck step 8
fix missing txthyperdimenu variable
-rw-r--r-- | hyperfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1834,6 +1834,7 @@ loadstrings(){ txtpressanykey="Press any key to continue." + txthyperdimenu="Hyperbola Desktop Install" txthyperdidesc="Full desktop install script" txtinstallhyperdi="Hyperbola GNU+Linux-libre Desktop Install (hyperdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nHyperbola GNU+Linux-libre Desktop Install as two dependencies : wget and libnewt.\n\npacstrap wget libnewt ?" txthyperdiinstallandlaunch="Install and run hyperdi" |