#!/bin/bash # This script adds the Linux Foundation LSB RPM Repository to the system # repositories list and then installs the LSB packages and keys. # This script must be run as sudo # Bail if any shell invocation fails. set -e root_UID=0 LSB_ARCH="x86_64" LSB_VER="4.1" # Only allow this script to be run by: sudo