Skip to content

Commit

Permalink
Give DepotDownloader permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs authored Aug 10, 2024
1 parent 2e1336a commit 7bb413e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games/carbon/sections/auto_update_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
unzip DepotDownloader.zip -d /home/container
# Navigate to the DepotDownloader directory
rm -rf /tmp/*
chmod +x /home/container/DepotDownloader
Info "DepotDownloader installation completed successfully."
fi
else
Expand Down

0 comments on commit 7bb413e

Please sign in to comment.