6 lines
120 B
Bash
Executable file
6 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
|