We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848e1e6 commit ef138dcCopy full SHA for ef138dc
sle15/nvidia-driver
@@ -20,6 +20,7 @@ _update_package_cache() {
20
echo "Updating the package cache..."
21
FLAVOR="$(echo ${KERNEL_VERSION} | cut -d- -f3)"
22
if [ "$FLAVOR" == "azure" ]; then
23
+ # consumed by container-suseconnect when calling `zypper refresh`
24
export ADDITIONAL_MODULES="sle-module-public-cloud"
25
fi
26
if ! zypper refresh; then
0 commit comments