Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set +x
- DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
- PRODUCT_NAME="Audioma"
- AUDIOMA_INSTALL_DIR="${DIR}"
- REPOS_AUDIOMA="audioma"
- REPOS_OS_EPEL="epel"
- REPOS_OS_CUDA="cuda"
- CDROM=/dev/sr0
- CDROM_DIR=/media
- MOUNT=0
- OS_DISTRO=$(python -c 'import platform; print platform.linux_distribution(supported_dists=["system"])[0].split()[0].lower()')
- OS_VERSION=$(python -c 'import platform; print platform.linux_distribution(supported_dists=["system"])[1]')
- OS_MAJOR_VERSION=$(python -c 'import platform; print platform.linux_distribution(supported_dists=["system"])[1].split(".")[0]')
- FORCE_INSTALL=false
- OFFLINE=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement