Skip to content

Commit

Permalink
Update auto_update_validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs authored Aug 10, 2024
1 parent 68be4cb commit 2e1336a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/carbon/sections/auto_update_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
Info "Depot Downloader method selected."

# Check if DepotDownloader.dll already exists
if [ -f /home/container/DepotDownloader.dll ]; then
Info "DepotDownloader.dll found. Skipping installation."
if [ -f /home/container/DepotDownloader ]; then
Info "DepotDownloader found. Skipping installation."
else
Info "DepotDownloader.dll not found. Installing DepotDownloader..."
Info "DepotDownloader not found. Installing DepotDownloader..."
# Create a temporary directory for download
cd /tmp
# Download DepotDownloader from the provided URL
Expand Down

0 comments on commit 2e1336a

Please sign in to comment.