Skip to content

Commit

Permalink
chmod DepotDownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs committed Aug 14, 2024
1 parent 8053925 commit 8bab25e
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 @@ -42,6 +42,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. We need to restart your system in order to complete the install..."
exit 0
fi
Expand Down

0 comments on commit 8bab25e

Please sign in to comment.