Skip to content

Instantly share code, notes, and snippets.

@Zetaphor
Created September 16, 2017 21:09
Show Gist options
  • Save Zetaphor/d2546baf5fa57d9b52e864aedc114926 to your computer and use it in GitHub Desktop.
Save Zetaphor/d2546baf5fa57d9b52e864aedc114926 to your computer and use it in GitHub Desktop.
Apt install from file
apt-get install $(grep -vE "^\s*#" apt-requirements.txt | tr "\n" " ")
# List of requirements, comment support
python
python-dev
firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment