Skip to content

Commit

Permalink
improve Fedora repository availability check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 18, 2023
1 parent df22562 commit 43324d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,7 @@ install_virtualbox_fedora(){
if test "${has_virtualbox_qt}" != "1"; then
log notice "VirtualBox Installation: Preparing to install VirtualBox..."
install_oracle_repository_fedora

## Debugging.
root_cmd dnf repolist

root_cmd dnf makecache --disablerepo='*' --enablerepo=virtualbox
update_sources
get_virtualbox_version_fedora || die 2 "\
${underline}VirtualBox Package Version Detection:${nounderline} 'failure'"
Expand Down

0 comments on commit 43324d3

Please sign in to comment.