diff options
author | crupest <crupest@outlook.com> | 2023-11-21 21:50:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-21 21:50:26 +0800 |
commit | dfb79262f43060e2828079389773345467a733fd (patch) | |
tree | c6ed03449c9558ad1cccec5283b22de18c7d6bb0 /docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash | |
parent | ac7ba2aa63f2a6cbf7bb42fb2c1c71f595570f71 (diff) | |
download | crupest-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/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, 2 insertions, 0 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 new file mode 100644 index 0000000..f230cb1 --- /dev/null +++ b/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash @@ -0,0 +1,2 @@ +echo "Start apt-cacher-ng if it does not start..." +pgrep apt-cacher-ng || apt-cacher-ng |