We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d584283 commit c5893a5Copy full SHA for c5893a5
1 file changed
tools/ci/install_byond.sh
@@ -2,6 +2,12 @@
2
set -euo pipefail
3
4
source dependencies.sh
5
+# This cuts some time down by omitting `man`
6
+sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null << 'EOF'
7
+path-exclude /usr/share/doc/*
8
+path-exclude /usr/share/man/*
9
+path-exclude /usr/share/info/*
10
+EOF
11
12
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
13
then
0 commit comments