You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hardware-setup/post-debootstrap-installer.sh

14 lines
276 B
Bash

#!/bin/bash
set -e
apt-get -y install gnupg2
6 years ago
apt-key add docker.key
echo 'deb https://download.docker.com/linux/debian stretch stable' > /etc/apt/sources.list.d/docker.list
apt-get update
apt-get -y --purge autoremove gnupg2
6 years ago
apt-get -y install \
systemd \
dropbear