Skip to content

Commit

Permalink
adds clone step for steam saves dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomWolf committed Nov 8, 2022
1 parent 0bf1117 commit 009885b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion steam-backup-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ git clone $STEAM_BKUPER_REPO $STEAM_BKUPER_DIR
cp $STEAM_BKUPER_DIR/{my-steam-backup.sh,git-sync,init-steam-backup-vars.sh} $BIN_DIR
chmod -R 755 $BIN_DIR
rm -rf $STEAM_BKUPER_DIR
git clone $STEAM_SAVES_REPO $STEAM_SAVES_DIR
cd $STEAM_SAVES_DIR
git remote add origin-new $STEAM_SAVES_REPO
if [ -n "$STEAM_SAVES_REPO2" ]; then
git remote add origin-new $STEAM_SAVES_REPO2
fi

0 comments on commit 009885b

Please sign in to comment.