From 8fe3578e17757a50f8285a2759c6b149fe85a0b0 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 13 Aug 2024 22:45:45 +0800 Subject: feat(docker/debian-dev): remove code-server and merge it to debian-dev. --- docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash (limited to 'docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash') diff --git a/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash b/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash deleted file mode 100644 index f230cb1..0000000 --- a/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash +++ /dev/null @@ -1,2 +0,0 @@ -echo "Start apt-cacher-ng if it does not start..." -pgrep apt-cacher-ng || apt-cacher-ng -- cgit v1.2.3