lilium-voyager/misc/linux
Matt Palmer 14cb72f912 Improvements to the linux build script
In no particular order:

* Use `set -e`, because it prevents accidents, and means we can avoid
  lengthy &&-joined command chains.
* Override defaults by setting env vars; this means people don't have to
  edit the script to change things.
* Use an unpredictable and safely-created tmpdir for building; ain't nobody
  wants to cleanup from a tmpdir race condition attack.
* Test for the presence of `git` and `make` *before* asking questions, and
  only prompt the user about them if they're missing.  No need to bother
  people with unnecessary reading.
* Automatically clean up the build directory after use.
* Tidy up some indenting that had come asunder.
2017-11-21 23:07:54 -06:00
..
q3a.service Remove incorrect documentation from q3a.service 2016-04-04 12:19:17 -05:00
server_compile.sh Improvements to the linux build script 2017-11-21 23:07:54 -06:00
start_server.sh Escape quotes for sv_dlURL in shell so it doesn't become "http:" 2017-07-20 23:24:52 -05:00