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 | 92716031f0a2977642bf5f42b7d59784a7ac2db9 (patch) | |
tree | c6ed03449c9558ad1cccec5283b22de18c7d6bb0 /docker/debian-dev/bootstrap/func.bash | |
parent | b707256963c75c8e61509f5b339ad4a64edaa08a (diff) | |
download | crupest-92716031f0a2977642bf5f42b7d59784a7ac2db9.tar.gz crupest-92716031f0a2977642bf5f42b7d59784a7ac2db9.tar.bz2 crupest-92716031f0a2977642bf5f42b7d59784a7ac2db9.zip |
docker(debian-dev): now cross-compile with sbuild should work.
Diffstat (limited to 'docker/debian-dev/bootstrap/func.bash')
-rw-r--r-- | docker/debian-dev/bootstrap/func.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/func.bash b/docker/debian-dev/bootstrap/func.bash new file mode 100644 index 0000000..82088f4 --- /dev/null +++ b/docker/debian-dev/bootstrap/func.bash @@ -0,0 +1,7 @@ +append-bash-profile() { + cat "/bootstrap/bash-profile/$1" >> /root/.bash_profile +} + +copy-home-dot-file() { + cp "/bootstrap/home-dot/$1" "/root/.$1" +} |