blob: 15328ab991a87a58dc406b3f03aa5cc687e5fea6 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /usr/bin/env bash
set -e
apt-get install -y vim less man curl bash-completion rsync
cat /bootstrap/bash-profile/bash-completion.bash >> /root/.bash_profile
cat /bootstrap/bash-profile/cp-no-git.bash >> /root/.bash_profile
|