Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Updated to use kali-rolling #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ The machine configuration this script creates has been thoroughly tested.
<pre>
$ cd ~
$ sudo apt-get install git debootstrap
$ sudo ln -sf /usr/share/debootstrap/scripts/{wheezy,sana}
$ sudo ln -sf /usr/share/debootstrap/scripts/{wheezy,kali-rolling}
$ git clone https://github.com/offensive-security/kali-cloud-build.git
$ cd kali-cloud-build
$ sudo ./kali-cloud-build ec2 --secret-key xxxxxxxxxxxxx --access-key xxxxxxxxxxxxx
Expand Down
2 changes: 1 addition & 1 deletion kali-cloud-build
Expand Up @@ -35,7 +35,7 @@ timezone='UTC'
# Hardcoded params.
# This script would explode if we had to take care of other distributions
distribution='kali'
codename='sana'
codename='kali-rolling'

# Filesystem and image info
filesystem='ext4'
Expand Down
5 changes: 0 additions & 5 deletions tasks/21-apt-sources
Expand Up @@ -9,8 +9,3 @@ deb $apt_mirror $codename main contrib non-free
deb-src $apt_mirror $codename main contrib non-free
EOF
done

cat >> $imagedir/etc/apt/sources.list <<EOF
deb http://security.kali.org/kali-security sana/updates main contrib non-free
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
EOF