Skip to content

Commit

Permalink
fix kali_domain_debsource: unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jul 31, 2024
1 parent e5dc920 commit cd910de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,9 @@ install_repositories_for_virtualbox_on_debian(){
fi
protocol_prefix_debsource="https://"
fi
else
kali_domain_debsource="${kali_clearnet}"
oracle_domain_debsource="${oracle_clearnet}"
fi
kicksecure_domain_debsource="${kicksecure_onion}"
unstable_domain_debsource="${unstable_onion}"
Expand Down

0 comments on commit cd910de

Please sign in to comment.