File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get install -y --no-install-recommends \
20
20
COPY dependencies.sh .
21
21
22
22
RUN . ./dependencies.sh \
23
- && curl "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip \
23
+ && curl -H "User-Agent: Monkestation2.0/1.0 CI Script" "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip \
24
24
&& unzip byond.zip \
25
25
&& cd byond \
26
26
&& sed -i 's|install:|&\n\t mkdir -p $(MAN_DIR)/man6|' Makefile \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 110
110
- rscadd : You can now craft makeshift radio jammers.
111
111
- balance : Radio jammers have had their cost lowered from 5 TC to 1 TC.
112
112
- bugfix : Syndicate encryption keys properly protect against AoE radio jamming again.
113
+ 2025-05-11 :
114
+ Aniantan :
115
+ - bugfix : Thrown eggs break on impact again
Original file line number Diff line number Diff line change 2
2
set -e
3
3
source dependencies.sh
4
4
echo " Downloading BYOND version $BYOND_MAJOR .$BYOND_MINOR "
5
- curl " http://www.byond.com/download/build/$BYOND_MAJOR /$BYOND_MAJOR .${BYOND_MINOR} _byond.zip" -o C:/byond.zip
5
+ curl -H " User-Agent: Monkestation2.0/1.0 CI Script " " http://www.byond.com/download/build/$BYOND_MAJOR /$BYOND_MAJOR .${BYOND_MINOR} _byond.zip" -o C:/byond.zip
Original file line number Diff line number Diff line change 14
14
rm -rf " $HOME /BYOND"
15
15
mkdir -p " $HOME /BYOND"
16
16
cd " $HOME /BYOND"
17
- curl " http://www.byond.com/download/build/${BYOND_MAJOR} /${BYOND_MAJOR} .${BYOND_MINOR} _byond_linux.zip" -o byond.zip
17
+ curl -H " User-Agent: Monkestation2.0/1.0 CI Script " " http://www.byond.com/download/build/${BYOND_MAJOR} /${BYOND_MAJOR} .${BYOND_MINOR} _byond_linux.zip" -o byond.zip
18
18
unzip byond.zip
19
19
rm byond.zip
20
20
cd byond
You can’t perform that action at this time.
0 commit comments