Skip to content

Commit

Permalink
fix open homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Sep 25, 2024
1 parent 64c8ad2 commit 8babb5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions q
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,9 @@ ssh_into() {
}

open_distro_homepage(){
gum_filter_os
"$QUICKGET" -o "${os}" >/dev/null 2>&1 &
os=$("$QUICKGET" | awk 'NR==2,/zorin/' | cut -d':' -f2 | grep -o '[^ ]*')
choice=$(gum filter ${os})
"$QUICKGET" --open-homepage "${choice}" 2>&1 &
}

kill_vm() {
Expand Down

0 comments on commit 8babb5a

Please sign in to comment.