UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit d09a08b4 authored by Brandee Lymoncollins's avatar Brandee Lymoncollins
Browse files

Update nix_baseline.sh

parent b405bf0e
No related merge requests found
......@@ -2,7 +2,6 @@
echo "root:$password" | chpasswd && echo password successfully changed to $password|| echo failed to change password &
DEBIAN_FRONTEND=noninteractive apt-get -y update
#For issues with Debian Buster:
DEBIAN_FRONTEND=noninteractive wget http://archive.kali.org/archive-key.asc -O /etc/apt/trusted.gpg.d/kali-archive-key.asc
DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change -y
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
DEBIAN_FRONTEND=noninteractive apt-get install git -y
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment