diff --git a/debian/resources/sngrep.sh b/debian/resources/sngrep.sh index 7158fa2..5b24ff1 100644 --- a/debian/resources/sngrep.sh +++ b/debian/resources/sngrep.sh @@ -1,5 +1,13 @@ #!/bin/sh +#move to script directory so all relative paths work +cd "$(dirname "$0")" + +#includes +. ./config.sh +. ./colors.sh +. ./environment.sh + #add sngrep if [ ."$cpu_architecture" = ."arm" ]; then #source install