mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
create script nicer to look for me
This commit is contained in:
parent
8ac01b4d21
commit
b4da972f04
1 changed files with 4 additions and 4 deletions
8
dh
8
dh
|
@ -75,7 +75,7 @@ do
|
||||||
export "portable_prefix"
|
export "portable_prefix"
|
||||||
}
|
}
|
||||||
|
|
||||||
# installation ---------------------------
|
# installation ---------------------------------------------------------
|
||||||
|
|
||||||
function dependencies_check_gui() {
|
function dependencies_check_gui() {
|
||||||
[ -f "$PATH_PREFIX/yad" ] || echo $"Missing yad!"
|
[ -f "$PATH_PREFIX/yad" ] || echo $"Missing yad!"
|
||||||
|
@ -217,7 +217,7 @@ EOF
|
||||||
&& desktop_entry_distrohopper
|
&& desktop_entry_distrohopper
|
||||||
}
|
}
|
||||||
|
|
||||||
# basic -----------------------------------
|
# basic ----------------------------------------------------------------
|
||||||
|
|
||||||
function run_in_terminal() {
|
function run_in_terminal() {
|
||||||
read -r response
|
read -r response
|
||||||
|
@ -430,7 +430,7 @@ Choose other language" | fzf --cycle)
|
||||||
"$portable_prefix"quickemu -vm "$choosed.conf"
|
"$portable_prefix"quickemu -vm "$choosed.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
# more
|
# more -----------------------------------------------------------------
|
||||||
|
|
||||||
function TOOL_copy_ISOs_to_dir() {
|
function TOOL_copy_ISOs_to_dir() {
|
||||||
yad --width=900 --height=900 --file --directory > target
|
yad --width=900 --height=900 --file --directory > target
|
||||||
|
@ -519,7 +519,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# run --------------------------------------
|
# run ------------------------------------------------------------------
|
||||||
|
|
||||||
variables_set
|
variables_set
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue