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.
2 parents 0f1e345 + 8b47d87 commit dc85ba1Copy full SHA for dc85ba1
ee/core/variables.py
@@ -94,7 +94,7 @@ class EEVariables():
94
ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
95
"/rtCamp:/EasyEngine/xUbuntu_16.04/ /")
96
elif ee_platform_codename == 'bionic':
97
- ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
+ ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
98
"/rtCamp:/EasyEngine/xUbuntu_18.04/ /")
99
elif ee_platform_codename == 'wheezy':
100
0 commit comments