most: Set k-r before downloading k-l-d

This commit is contained in:
Steev Klimaszewski
2020-05-07 16:57:01 -05:00
parent b163efda82
commit 0c0617d696
31 changed files with 195 additions and 2 deletions

View File

@@ -211,6 +211,12 @@ apt download ca-certificates
apt download libgdk-pixbuf2.0-0
apt download fontconfig
# This is a bit annoying, but since we build releases against
# kali-last-snapshot, we need either to keep k-l-s in sources.list or we need to
# do this.
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list
echo "#deb-src http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get --yes --download-only install kali-linux-default
# Try and make the console a bit nicer