Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit c07f206

Browse files
authored
Merge pull request #636 from GabyCT/topic/fixopensuse
docs: Fix opensuse installation guide
2 parents 9a3a226 + 832aaea commit c07f206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/opensuse-installation-guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
$ source /etc/os-release
77
$ DISTRO_REPO=$(sed "s/ /_/g" <<< "$NAME")
88
$ [ -n "$VERSION" ] && DISTRO_REPO+="_${VERSION}"
9+
$ DISTRO_REPO=$(echo $DISTRO_REPO | tr -d ' ')
910
$ ARCH=$(arch)
1011
$ BRANCH="${BRANCH:-master}"
1112
$ REPO_ALIAS="kata-${BRANCH}"

0 commit comments

Comments
 (0)