0ddea940ad
Add support for new openSUSE Leap releases. Moreover, document common environment variables and remove old note. Change-Id: I8cf0b215cb4d9231e5658d49e3fd598dfbb5fd37
11 lines
243 B
Bash
Executable File
11 lines
243 B
Bash
Executable File
#!/bin/bash
|
|
# Setup repo required for dkms package.
|
|
|
|
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
|
set -x
|
|
fi
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
zypper ar -f http://download.opensuse.org/repositories/X11:/Bumblebee/${OPENSUSE_REPO_DIR}/X11:Bumblebee.repo
|