Update sngrep.sh
This commit is contained in:
parent
971885a6ef
commit
d8704af6c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue