1 2 3 4 5 6 7 8 9 10#!/bin/bash # fetch the source git clone --recurse-submodules https://github.com/barneyman/dashcam.git cd dashcam make all make package_all cp dashcam_server.deb /dest
1 2 3 4 5 6 7 8 9 10
#!/bin/bash # fetch the source git clone --recurse-submodules https://github.com/barneyman/dashcam.git cd dashcam make all make package_all cp dashcam_server.deb /dest