aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/func.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-21 21:50:26 +0800
committercrupest <crupest@outlook.com>2023-11-21 21:50:26 +0800
commitdfb79262f43060e2828079389773345467a733fd (patch)
treec6ed03449c9558ad1cccec5283b22de18c7d6bb0 /docker/debian-dev/bootstrap/func.bash
parentac7ba2aa63f2a6cbf7bb42fb2c1c71f595570f71 (diff)
downloadcrupest-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/func.bash')
-rw-r--r--docker/debian-dev/bootstrap/func.bash7
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"
+}