mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
ccccc
This commit is contained in:
parent
7f9a85e1f7
commit
2a6f75b1f5
85 changed files with 1914 additions and 329 deletions
5
dh
5
dh
|
@ -28,7 +28,7 @@ do
|
|||
echo "$MSG_IMPROVE"
|
||||
echo "$MSG_KNOW"
|
||||
echo ""
|
||||
echo "$MSG_FLAWLESS"
|
||||
echo "$MSQ_FLAWLESS"
|
||||
echo " zenobit"
|
||||
}
|
||||
|
||||
|
@ -398,7 +398,7 @@ EOF
|
|||
if [ "$os" = windows ]; then
|
||||
tui_windows
|
||||
else
|
||||
tui_get_releases_and_editions
|
||||
quickget_get_releases_and_editions
|
||||
fzf_choose_release
|
||||
if [ "$(echo "$choices" | wc -l)" = 1 ]; then
|
||||
quickget_download_os_release
|
||||
|
@ -672,6 +672,7 @@ EOF
|
|||
shift
|
||||
;;
|
||||
l|language)
|
||||
ttt="dh"
|
||||
TOOL_distrohopper_translate
|
||||
shift
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue