blob: 2e69da721951d8691e3769ce11005083526bb76b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /usr/bin/env bash
set -e
. /bootstrap/func.bash
apt-get install -y build-essential git devscripts debhelper quilt \
cpio kmod bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves
append-bash-profile dev.bash
append-bash-profile dquilt.bash
copy-home-dot-file devscripts
copy-home-dot-file quiltrc-dpkg
|