3145e4a970
While an end user would never use these elements at the same time we should always use unique names for things per DIB conventions. Change-Id: I53b10522183e8566c62922b91878e5cf767fe2c6
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
|