This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from hypriot/upgrade-to-stretch
Upgrade to stretch
- Loading branch information
Showing
7 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
deb http://httpredir.debian.org/debian jessie main | ||
deb-src http://httpredir.debian.org/debian jessie main | ||
deb http://httpredir.debian.org/debian stretch main | ||
deb-src http://httpredir.debian.org/debian stretch main | ||
|
||
deb http://httpredir.debian.org/debian jessie-updates main | ||
deb-src http://httpredir.debian.org/debian jessie-updates main | ||
deb http://httpredir.debian.org/debian stretch-updates main | ||
deb-src http://httpredir.debian.org/debian stretch-updates main | ||
|
||
deb http://security.debian.org/ jessie/updates main | ||
deb-src http://security.debian.org/ jessie/updates main | ||
deb http://security.debian.org/ stretch/updates main | ||
deb-src http://security.debian.org/ stretch/updates main |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi | ||
# Uncomment line below then 'apt-get update' to enable 'apt-get source' | ||
#deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/bash | ||
# shellcheck disable=SC1090 | ||
set -ex | ||
|
||
for file in /etc/firstboot.d/*; do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters