Skip to content

Commit

Permalink
Remove superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Boenninghausen committed Oct 28, 2024
1 parent 0986a77 commit febfeed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provisioning/packer/post_install/attacker_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ touch /tmp/runasroot.sh
# Set up DNS
# echo "apt-get purge resolvconf -y" >> /tmp/runasroot.sh
echo "echo 'nameserver 172.18.0.1' > /etc/resolv.conf" > /tmp/runasroot.sh
echo "apt-get install -y systemd-resolved" >> /tmp/runasroot.sh

# Update certificates
echo "wget http://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2024.1_all.deb -O /tmp/kali-archive-keyring_2024.1_all.deb" >> /tmp/runasroot.sh
Expand Down

0 comments on commit febfeed

Please sign in to comment.