ed15edf165
Add an element intended for use in both Fedora and RHEL. This allows them to share install steps that are common to both. Change-Id: Ie4e820a7b777b8701514351b1f802cfe57c3812e
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin |