68b7313f8d
Although multiple version not tested thoroughly...
14 lines
376 B
Bash
Executable File
14 lines
376 B
Bash
Executable File
# The codename of the debian version to install.
|
|
# jessie = testing, wheezy = stable
|
|
DEBIANVERSION=$DIST
|
|
|
|
EXTRAPKGS="openssh-clients,screen,vim-nox,less"
|
|
|
|
QUBESDEBIANGIT="http://dsg.is/qubes/"
|
|
|
|
# make runs the scripts with sudo -E, so HOME is set to /home/user during
|
|
# build, which does not exist. We need to write to $HOME/.gnupg so set it
|
|
# to something valid.
|
|
HOME=/root
|
|
|