mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-26 06:35:51 +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/*
|
||||
|
||||
# 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/ \
|
||||
&& chmod +x /usr/local/bin/DepotDownloader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user