Skip to content

Instantly share code, notes, and snippets.

@tyrnov
Created July 24, 2017 19:32
Show Gist options
  • Select an option

  • Save tyrnov/ab3d1b07c68945a884ea588701cff57a to your computer and use it in GitHub Desktop.

Select an option

Save tyrnov/ab3d1b07c68945a884ea588701cff57a to your computer and use it in GitHub Desktop.
#!/bin/sh
DEBIAN_FRONTEND="noninteractive" apt-get -q update && apt-get install -y --force-yes --no-install-recommends --auto-remove "$@" && apt-get -q clean && rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment