From 03b402ef3ccf3fd4857fd55c6ebbf43dfe030843 Mon Sep 17 00:00:00 2001 From: bicubico Date: Mon, 20 Feb 2023 15:44:08 -0300 Subject: [PATCH] files --- CHIP-updater/jessie_source_list.txt | 6 ++++++ CHIP-updater/stretch_source_list.txt | 4 ++++ stretch_x11.txt => CHIP-updater/stretch_x11.txt | 0 3 files changed, 10 insertions(+) create mode 100644 CHIP-updater/jessie_source_list.txt create mode 100644 CHIP-updater/stretch_source_list.txt rename stretch_x11.txt => CHIP-updater/stretch_x11.txt (100%) diff --git a/CHIP-updater/jessie_source_list.txt b/CHIP-updater/jessie_source_list.txt new file mode 100644 index 0000000..013ab01 --- /dev/null +++ b/CHIP-updater/jessie_source_list.txt @@ -0,0 +1,6 @@ +deb [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free +deb-src [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free +deb [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free +deb-src [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free +deb http://chip.jfpossibilities.com/chip/debian/repo jessie main +deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main \ No newline at end of file diff --git a/CHIP-updater/stretch_source_list.txt b/CHIP-updater/stretch_source_list.txt new file mode 100644 index 0000000..78f5f14 --- /dev/null +++ b/CHIP-updater/stretch_source_list.txt @@ -0,0 +1,4 @@ +deb http://ftp.us.debian.org/debian/ stretch main contrib non-free +deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free +deb http://security.debian.org/ stretch/updates main contrib non-free +deb-src http://security.debian.org/ stretch/updates main contrib non-free \ No newline at end of file diff --git a/stretch_x11.txt b/CHIP-updater/stretch_x11.txt similarity index 100% rename from stretch_x11.txt rename to CHIP-updater/stretch_x11.txt