diff options
author | crupest <crupest@outlook.com> | 2024-08-13 22:45:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-14 00:28:53 +0800 |
commit | 8fe3578e17757a50f8285a2759c6b149fe85a0b0 (patch) | |
tree | e066917d00637299b80c9251174d3591ba6d1a81 /docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash | |
parent | 1bca7471d864bf859a6189a87adf92856729ec97 (diff) | |
download | crupest-8fe3578e17757a50f8285a2759c6b149fe85a0b0.tar.gz crupest-8fe3578e17757a50f8285a2759c6b149fe85a0b0.tar.bz2 crupest-8fe3578e17757a50f8285a2759c6b149fe85a0b0.zip |
feat(docker/debian-dev): remove code-server and merge it to debian-dev.
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash')
-rw-r--r-- | docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash | 2 |
1 files changed, 0 insertions, 2 deletions
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 |