Ubuntu Pastebin

Paste from prereq-query at Mon, 21 Dec 2015 17:51:57 +0000

Download as text
1
2
3
4
5
@hook 'install'
function init() {
# Install expect
apt-get install -y expect
}
Download as text