mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 09:56:20 +02:00
update user agent for waterfox. they seem to block Wget/
user agents.
This commit is contained in:
parent
b2219396dd
commit
a46cb0536b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN set -eux; apt-get update; \
|
|||
xz-utils bzip2 libgtk-3-0 libdbus-glib-1-2; \
|
||||
#
|
||||
# fetch latest release
|
||||
wget -O /tmp/waterfox-setup.tar.bz2 "${SRC_URL}"; \
|
||||
wget --user-agent="Mozilla/5.0" -O /tmp/waterfox-setup.tar.bz2 "${SRC_URL}"; \
|
||||
mkdir /usr/lib/waterfox; \
|
||||
tar -xjf /tmp/waterfox-setup.tar.bz2 -C /usr/lib; \
|
||||
rm -f /tmp/waterfox-setup.tar.bz2; \
|
||||
|
|
Loading…
Add table
Reference in a new issue