aboutsummaryrefslogtreecommitdiff
path: root/examples/execute_installtest.sh
blob: ba54f9d24b795e7c73c979a4dde0e03625ff91f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# pbuilder example script.
# Copyright 2003 Junichi Uekawa
#Distributed under GPL version 2 or later

#before running this script, make sure you have an up-to-date system with
# pbuilder update.
# $Id$


# This will install a package using APT and see if that fails.

set -ex

apt-get install -y "$1"