Fix wo_extra_repo variable

This commit is contained in:
VirtuBox
2020-10-15 13:25:07 +02:00
parent afa17b62dd
commit 5b6fbe278b

View File

@@ -114,7 +114,7 @@ class WOVar():
wo_extra_repo = ( wo_extra_repo = (
"deb http://download.opensuse.org" "deb http://download.opensuse.org"
"/repositories/home:/virtubox:" "/repositories/home:/virtubox:"
"/WordOps/xUbuntu_{0}/".format(wo_platform_version)) "/WordOps/xUbuntu_{0}/ /".format(wo_platform_version))
else: else:
if wo_distro == 'debian': if wo_distro == 'debian':
if wo_platform_codename == 'jessie': if wo_platform_codename == 'jessie':