Skip to content

Instantly share code, notes, and snippets.

@shvchk
Created November 11, 2017 02:18
Show Gist options
  • Save shvchk/bc4c97a2f61a2f54430b450928c85a16 to your computer and use it in GitHub Desktop.
Save shvchk/bc4c97a2f61a2f54430b450928c85a16 to your computer and use it in GitHub Desktop.
#! /usr/bin/env sh
DEFAULT_DL_LIMIT="32" # KB/s
APT_LAST_UPDATE_FILE="$HOME/.apt-last-update"
NICE="nice -n 19 ionice -c 3 trickle -s -d ${1:-$DEFAULT_DL_LIMIT}"
sudo $NICE apt update
touch $APT_LAST_UPDATE_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment