mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
wrong function name
This commit is contained in:
parent
c3bd9eb195
commit
5b42eebffe
1 changed files with 1 additions and 1 deletions
2
dh
2
dh
|
@ -413,7 +413,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
|
||||
|
|
Loading…
Reference in a new issue