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 7e45cbf commit ea72ccaCopy full SHA for ea72cca
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