Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1002 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 1002 Bytes

Screenshots of Terminal output Screenshot Screenshot Screenshot

build-apt-packages

Shell script build-apt-packages

  • reads a text file containing apt packages to install,
  • summarizes the entire installation process, and
  • generates detailed log files

Benefits

  • lets you keep an ongoing alphabetical (highly recommended) list of useful apt packages you can't live without
  • installs each apt package, one at a time... that way if a particular application is having issues, it doesn't hold up the rest
  • handy error log lets you get right to the problem packages
  • provides a very easy way to rebuild your application base on a brand new build... just start it, watch some tv, check it later
  • keeps logs of previous installation attempts

2019-06-21: Initial release

Screenshots of Log files Screenshot Screenshot