From ad5c3b81ecf44641673245e950761fea91f8bad3 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 13 Aug 2024 23:33:42 +0800 Subject: refactor(docker/debian-dev): rename debian-dev to crupest-debian-dev. --- docker/debian-dev/bootstrap/func.bash | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index fb2ee77..0000000 --- a/docker/debian-dev/bootstrap/func.bash +++ /dev/null @@ -1,15 +0,0 @@ -is_true() { - if [[ "$1" =~ 1|on|true ]]; then - return 0 - else - return 1 - fi -} - -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