blob: a2f2f52cd85902ab1c27565b3d78cf9b4b88f04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /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 libelf-dev libssl-dev libncurses-dev dwarves
append-bash-profile dquilt.bash
copy-home-dot-file devscripts
copy-home-dot-file quiltrc-dpkg
|