diff options
author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 2874252539213022b84d8d32d21c4f701aefff7a (patch) | |
tree | c1fe9da21946bff55aad42d37b5a954fc3e10309 /docker/debian-dev/bootstrap/setup-base.bash | |
parent | 606f374c7bccdbfe443542dc53ef55a54c487406 (diff) | |
download | crupest-2874252539213022b84d8d32d21c4f701aefff7a.tar.gz crupest-2874252539213022b84d8d32d21c4f701aefff7a.tar.bz2 crupest-2874252539213022b84d8d32d21c4f701aefff7a.zip |
(docker:debian-dev) fix bugs and add cp-no-git.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-base.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-base.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-base.bash b/docker/debian-dev/bootstrap/setup-base.bash index d94b92f..15328ab 100755 --- a/docker/debian-dev/bootstrap/setup-base.bash +++ b/docker/debian-dev/bootstrap/setup-base.bash @@ -2,7 +2,8 @@ set -e -apt-get install -y vim less man curl bash-completion +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 |