Housekeepting - Shebangs and permisions (sudo)

Added an explicit host setting so Jekyll serves docs on all interfaces in debugDocs.sh

Documented the signing command for the release package in signPackage.sh

Inserted shebangs for various helper scripts such as makePackage.sh to ensure they run correctly as standalone scripts
This commit is contained in:
Extremesecrecy
2025-07-24 08:29:05 -07:00
parent 12ecf3c209
commit 788bfad6ab
9 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#!/bin/bash
cd build
cpack -G DEB -C Release -config CPackConfig.cmake
cpack -G DEB -C Release -config CPackConfig.cmake
cd ..