Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 521 B view raw
1diff --git a/bin_steam.sh b/bin_steam.sh 2index 49f9d8a..48f4379 100755 3--- a/bin_steam.sh 4+++ b/bin_steam.sh 5@@ -297,7 +297,7 @@ fi 6 # Leave a copy of the bootstrap tarball in ~/.steam so that Steam can 7 # re-bootstrap itself if required 8 if ! cmp -s "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"; then 9- cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz" 10+ cp -f "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz" 11 fi 12 13 # go to the install directory and run the client