From dfb79262f43060e2828079389773345467a733fd Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 21 Nov 2023 21:50:26 +0800 Subject: docker(debian-dev): now cross-compile with sbuild should work. --- docker/debian-dev/bootstrap/func.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docker/debian-dev/bootstrap/func.bash (limited to 'docker/debian-dev/bootstrap/func.bash') 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" +} -- cgit v1.2.3