Sha256: 53398c3a20a8461bde87ac58a226879e3dccf45af607076b18fb5735c628f8c7

Contents?: true

Size: 148 Bytes

Versions: 11

Compression:

Stored size: 148 Bytes

Contents

#!/bin/bash
apt-get -qq update
cat <<EOF | tee /usr/sbin/policy-rc.d
#!/bin/sh
exit 101
EOF
chmod 755 /usr/sbin/policy-rc.d
apt-get -qq install lxc

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lxc-0.2.0 spec/support/install-lxc.sh
lxc-0.1.6 spec/support/install-lxc.sh
lxc-0.1.5 spec/support/install-lxc.sh
lxc-0.1.4 spec/support/install-lxc.sh
lxc-0.1.3 spec/support/install-lxc.sh
lxc-0.1.2 spec/support/install-lxc.sh
lxc-0.1.1 spec/support/install-lxc.sh
lxc-0.1.0 spec/support/install-lxc.sh
lxc-0.0.9 spec/support/install-lxc.sh
lxc-0.0.8 spec/support/install-lxc.sh
lxc-0.0.7 spec/support/install-lxc.sh