Skip to content

Commit

Permalink
Fix missing dependencies plugin for BlackArch regarding arping package
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Sep 10, 2024
1 parent cd071a7 commit c54a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/missing_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function commands_to_packages() {
commands_to_packages_correspondence["ccze"]="ccze"
commands_to_packages_correspondence["loginctl"]="systemd"
commands_to_packages_correspondence["xset"]="xorg-xset"
commands_to_packages_correspondence["arping"]="arping"
commands_to_packages_correspondence["arping"]="arping-th"
commands_to_packages_correspondence["curl"]="curl"
;;
esac
Expand Down

0 comments on commit c54a833

Please sign in to comment.