Skip to content

Commit 3cd80a4

Browse files
committed
Point the Raspberry Pi APT source at apt.learningequality.org
The new host serves one unified repo at its root, so the two per-installer github.io source files collapse into a single .sources entry.
1 parent fa5c50d commit 3cd80a4

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

platforms/raspberry-pi/base.Pifile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN sed -i "s/raspberrypi/${hostname}/g" /etc/hosts
2020
RUN mkdir -p /etc/apt/keyrings
2121
INSTALL 644 files/learningequality.asc /etc/apt/keyrings/learningequality.asc
2222
INSTALL 644 files/learningequality-kolibri.sources /etc/apt/sources.list.d/
23-
INSTALL 644 files/learningequality-kolibri-server.sources /etc/apt/sources.list.d/
2423

2524
RUN mkdir -p "/home/${user}/.kolibri"
2625
RUN mkdir -p /KOLIBRI_DATA/content

platforms/raspberry-pi/files/learningequality-kolibri-server.sources

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Types: deb
2-
URIs: https://learningequality.github.io/kolibri-installer-debian/
2+
URIs: https://apt.learningequality.org/
33
Suites: stable
44
Components: main
55
Signed-By: /etc/apt/keyrings/learningequality.asc

0 commit comments

Comments
 (0)