zdev-docker/docker/install-basics.sh

10 lines
252 B
Bash
Executable File

#!/bin/bash
set -e
cd /root/docker
# Update packages and set up the basics.
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list
apt-get update
apt-get -y upgrade
apt-get install -y software-properties-common curl git htop man unzip vim wget ack