Skip to content

Commit

Permalink
try restarting system for depotdownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs committed Aug 11, 2024
1 parent 9cb9cf7 commit 2056d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/carbon/sections/auto_update_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
# Navigate to the DepotDownloader directory
rm -rf /tmp/*
chmod +x /home/container/DepotDownloader
echo "DepotDownloader installation completed successfully."
sleep 3
echo "DepotDownloader installation completed successfully. We need to restart your system in order to complete the install..."
exit 1
fi
if [ -d /home/container/steamcmd ]; then
echo "Removing SteamCMD files..."
Expand Down

0 comments on commit 2056d9d

Please sign in to comment.