fix tor browser folder name.
This commit is contained in:
parent
bd73dfae9d
commit
4789b7704f
@ -11,6 +11,7 @@ RUN set -eux; apt-get update; \
|
|||||||
echo "Downloading $DOWNLOAD_URI"; \
|
echo "Downloading $DOWNLOAD_URI"; \
|
||||||
curl -sSL -o /tmp/tor.tar.xz "https://www.torproject.org/$DOWNLOAD_URI"; \
|
curl -sSL -o /tmp/tor.tar.xz "https://www.torproject.org/$DOWNLOAD_URI"; \
|
||||||
tar -xvJf /tmp/tor.tar.xz -C /opt; \
|
tar -xvJf /tmp/tor.tar.xz -C /opt; \
|
||||||
|
mv /opt/tor-browser* /opt/tor-browser_en-US; \
|
||||||
chown -R neko:neko /opt/tor-browser_en-US/; \
|
chown -R neko:neko /opt/tor-browser_en-US/; \
|
||||||
rm -f /tmp/tor.tar.xz; \
|
rm -f /tmp/tor.tar.xz; \
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user