7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin
|