mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
qt: fix mystake
This commit is contained in:
parent
1746488e5c
commit
41b704cb10
1 changed files with 2 additions and 1 deletions
3
quicktui
3
quicktui
|
@ -358,7 +358,8 @@ test_ISOs_download() {
|
|||
touch "$configdir/test"
|
||||
#"$QUICKGET" | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' > supported
|
||||
os=$(gum filter < "$configdir"/supported)
|
||||
choices=$("$QUICKGET" "$os" | sed 1d) while read -r get_name; do
|
||||
choices=$("$QUICKGET" "$os" | sed 1d)
|
||||
while read -r get_name; do
|
||||
echo "Trying $get_name..."
|
||||
mkdir -p "$configdir/_distros/$get_name" && cd "$configdir/_distros/$get_name" || exit
|
||||
releases=$("$QUICKGET" "$get_name" | grep 'Releases:' | cut -d':' -f2 | sed 's/^ //' | sed 's/ *$//')
|
||||
|
|
Loading…
Reference in a new issue