diff options
author | crupest <crupest@outlook.com> | 2023-11-21 21:50:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-21 21:50:26 +0800 |
commit | dfb79262f43060e2828079389773345467a733fd (patch) | |
tree | c6ed03449c9558ad1cccec5283b22de18c7d6bb0 /docker/debian-dev/bootstrap/setup-base.bash | |
parent | ac7ba2aa63f2a6cbf7bb42fb2c1c71f595570f71 (diff) | |
download | crupest-dfb79262f43060e2828079389773345467a733fd.tar.gz crupest-dfb79262f43060e2828079389773345467a733fd.tar.bz2 crupest-dfb79262f43060e2828079389773345467a733fd.zip |
docker(debian-dev): now cross-compile with sbuild should work.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-base.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-base.bash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-base.bash b/docker/debian-dev/bootstrap/setup-base.bash index 58adc1b..dda9e42 100755 --- a/docker/debian-dev/bootstrap/setup-base.bash +++ b/docker/debian-dev/bootstrap/setup-base.bash @@ -2,7 +2,9 @@ set -e +. /bootstrap/func.bash + apt-get update apt-get install -y vim less man curl bash-completion rsync -cat /bootstrap/bash-profile/bash-completion.bash >> /root/.bash_profile +append-bash-profile bash-completion.bash |