diff options
author | crupest <crupest@outlook.com> | 2023-11-13 13:46:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | a878e8b577ca7507d55064269bc34606ff010641 (patch) | |
tree | 66e03860758c614b95e2a2bd57f163cdbf4479e4 /docker/debian-dev/bootstrap/setup-dev-tools.bash | |
parent | affd45aa1fbb87c47d51483c24d4f2cb56b3ee7e (diff) | |
download | crupest-a878e8b577ca7507d55064269bc34606ff010641.tar.gz crupest-a878e8b577ca7507d55064269bc34606ff010641.tar.bz2 crupest-a878e8b577ca7507d55064269bc34606ff010641.zip |
(docker:debian-dev) Add arm64 aliases.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-dev-tools.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-dev-tools.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-dev-tools.bash b/docker/debian-dev/bootstrap/setup-dev-tools.bash index f30deca..ee1be07 100755 --- a/docker/debian-dev/bootstrap/setup-dev-tools.bash +++ b/docker/debian-dev/bootstrap/setup-dev-tools.bash @@ -4,6 +4,7 @@ set -e apt-get install -y build-essential devscripts debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves +cat /bootstrap/bash-profile/dev.bash >> /root/.bash_profile + cp /bootstrap/quiltrc-dpkg /root/.quiltrc-dpkg cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile - |