mirror of
https://github.com/rehlds/testdemos.git
synced 2025-01-13 15:18:16 +03:00
Update DepotDownloader 2.7.1
to 2.7.2
(#14)
This commit is contained in:
parent
14ace3c1c3
commit
c6f01d275f
@ -11,7 +11,7 @@ RUN set -x \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Download and install DepotDownloader
|
# Download and install DepotDownloader
|
||||||
ARG DepotDownloader_URL="https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.1/DepotDownloader-linux-x64.zip"
|
ARG DepotDownloader_URL="https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.2/DepotDownloader-linux-x64.zip"
|
||||||
RUN curl -sSL ${DepotDownloader_URL} | bsdtar -xvf - -C /usr/local/bin/ \
|
RUN curl -sSL ${DepotDownloader_URL} | bsdtar -xvf - -C /usr/local/bin/ \
|
||||||
&& chmod +x /usr/local/bin/DepotDownloader
|
&& chmod +x /usr/local/bin/DepotDownloader
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user