mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update select_linux_iso.sh
This commit is contained in:
parent
e73827a893
commit
467e4c1fab
@ -20,9 +20,15 @@ initialize_cache
|
||||
# ==============================================================
|
||||
|
||||
function select_linux_iso() {
|
||||
|
||||
local EXIT_FLAG="no"
|
||||
local header
|
||||
header=$(printf "%-43s│ %s" " $(translate "Description")" "$(translate "Source")")
|
||||
if [[ "$LANGUAGE" == "es" ]]; then
|
||||
header=$(printf "%-43s│ %s" " Descripción" "Fuente")
|
||||
else
|
||||
header=$(printf "%-42s│ %s" " $(translate "Description")" "$(translate "Source")")
|
||||
fi
|
||||
|
||||
|
||||
while [[ "$EXIT_FLAG" != "yes" ]]; do
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user