blob: a8fa9d1d3befee2c86d1008cc798a21b00a572a0 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /usr/bin/env bash
set -e
apt-get install -y build-essential debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves
cp /bootstrap/quiltrc-dpkg /root/.quiltrc-dpkg
cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile
|