Skip to content

Commit

Permalink
Remove existing binutil package before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maspital committed Jan 2, 2025
1 parent a7a74ba commit 1ac52e3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
# Additionally, creates a logrotate config file for logs
#

- name: Remove existing binutils and binutils-common packages
apt:
name:
- binutils
- binutils-common
state: absent

- name: Download binutils-common package
get_url:
url: "https://old.kali.org/kali/pool/main/b/binutils/binutils-common_2.43.1-5_amd64.deb"
Expand Down

0 comments on commit 1ac52e3

Please sign in to comment.