From 5f3f8203d956dfa05a040fbf883a95331873aa54 Mon Sep 17 00:00:00 2001 From: bicubico Date: Mon, 20 Feb 2023 17:10:26 -0300 Subject: [PATCH] sdads --- CHIP-updater/jessie-to-stretch.sh | 6 ++++-- CHIP-updater/jessie_source_list.txt | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHIP-updater/jessie-to-stretch.sh b/CHIP-updater/jessie-to-stretch.sh index e53ea77..035559b 100644 --- a/CHIP-updater/jessie-to-stretch.sh +++ b/CHIP-updater/jessie-to-stretch.sh @@ -15,7 +15,8 @@ sleep 5 echo "." echo "*** apt update & upgrade ***" -apt-get update && apt-get upgrade -y +apt-get update +apt-get upgrade -y sleep 5 # Upgrade from jessie to stretch @@ -27,7 +28,8 @@ mv stretch_source_list.txt /etc/apt/sources.list echo "." echo "*** apt update & upgrade ***" -apt-get update && apt-get full-upgrade -y +apt-get update +apt-get full-upgrade sleep 5 # Define network variables diff --git a/CHIP-updater/jessie_source_list.txt b/CHIP-updater/jessie_source_list.txt index 013ab01..295dc39 100644 --- a/CHIP-updater/jessie_source_list.txt +++ b/CHIP-updater/jessie_source_list.txt @@ -1,6 +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 [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