From adcb195cba8e72b6bd5a79f557b144e5362bb76f Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 17 Dec 2021 11:08:24 -0500 Subject: [PATCH] roles/kolibri/defaults/main.yml: Fix typo --- roles/kolibri/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kolibri/defaults/main.yml b/roles/kolibri/defaults/main.yml index 4ee85c631..0354eb1c4 100644 --- a/roles/kolibri/defaults/main.yml +++ b/roles/kolibri/defaults/main.yml @@ -20,7 +20,7 @@ kolibri_deb_url: https://learningequality.org/r/kolibri-deb-latest # 2019-11-21 issue #2045 - above URL had redirected to this broken Kolibri 0.12.9 release: # https://storage.googleapis.com/le-releases/downloads/kolibri/v0.12.9/kolibri_0.12.9-0ubuntu1_all.deb # -# When Kolibri releases a broken apt (.deb) installer (as happened twice year) the workaround is to replace the above URL with something like: +# When Kolibri releases a broken apt (.deb) installer (as happened twice this year) the workaround is to replace the above URL with something like: # https://github.com/learningequality/kolibri/releases/download/v0.12.8/kolibri_0.12.8-0ubuntu1_all.deb (example past release...these URL's can be found by clicking on "Assets" under individual releases at https://github.com/learningequality/kolibri/releases) # https://launchpad.net/~learningequality/+archive/ubuntu/kolibri/+files/kolibri_0.12.9-0ubuntu2_all.deb (example 2019-11-21 patched pre-release from @jredrejo) #