diff options
| author | EuAndreh <eu@euandre.org> | 2020-09-29 14:10:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-09-29 14:10:06 -0300 |
| commit | 1b63ac1a0000f28832b0763762eeb5097161ad40 (patch) | |
| tree | ea1da656d90b49bbe0f61427ec2adababb971394 | |
| parent | configuration.nix: Use openjdk8 by default (diff) | |
| download | dotfiles-1b63ac1a0000f28832b0763762eeb5097161ad40.tar.gz dotfiles-1b63ac1a0000f28832b0763762eeb5097161ad40.tar.xz | |
repo-update.sh: Run sequetially to avoid server throttling
| -rwxr-xr-x | scripts/ad-hoc/repo-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ad-hoc/repo-update.sh b/scripts/ad-hoc/repo-update.sh index 2457d84a..37606c4f 100755 --- a/scripts/ad-hoc/repo-update.sh +++ b/scripts/ad-hoc/repo-update.sh @@ -4,4 +4,4 @@ set -Eeuo pipefail # shellcheck source=/dev/null . "${HOME}/.ssh/environment" cd "${HOME}" -mr -s -j8 safeupdate +mr -s safeupdate |
