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

Commit

Permalink
Create valid sources.list in virtual machine
Browse files Browse the repository at this point in the history
  • Loading branch information
lhost authored and holms committed Apr 23, 2017
1 parent 89cebb5 commit 8643a89
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion definitions/Debian-jessie-amd64-netboot/base.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Update the box

cat <<EOF > /etc/apt/sources.list
deb http://ftp.cz.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.cz.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/debian/ jessie/updates main
deb-src http://security.debian.org/debian/ jessie/updates main
EOF

apt-get -y update
apt-get -y install linux-headers-$(uname -r) build-essential
apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev
apt-get -y install curl unzip
apt-get -y install unzip bzip2 screen mc vim nano git
apt-get -y install curl lynx links wget rsync

# Set up sudo
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant
Expand Down

0 comments on commit 8643a89

Please sign in to comment.