3ae4edc276
This to avoid the “No newline at end of file” error from patch/git. Change-Id: Ice82d4a36a0893e8f71dbffbdab154d1fbab8a09
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin
|