[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'update_releases' of github.com:dnschneid/crouton
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschneid committed Jul 9, 2021
2 parents 740f079 + b76c779 commit 0b82cd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/debian/releases
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ etch!
lenny!
squeeze!
wheezy!
jessie
jessie!
stretch
buster
bullseye
Expand Down
4 changes: 3 additions & 1 deletion installer/ubuntu/releases
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ artful!
bionic*|test
cosmic!
disco!
eoan*|test
eoan!
focal*|test
groovy!
hirsute*
4 changes: 2 additions & 2 deletions targets/core
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ deb $MIRROR $RELEASE main non-free contrib
deb-src $MIRROR $RELEASE main non-free contrib
EOF
# Only stable and testing have an updates channel
if release -lt jessie; then
if release -lt sid; then
cat >> /etc/apt/sources.list <<EOF
deb $MIRROR $RELEASE-updates main non-free contrib
deb-src $MIRROR $RELEASE-updates main non-free contrib
EOF
fi
# Some derivatives also have security updates
if release -lt jessie -eq kali; then
if release -le buster -eq kali; then
cat >> /etc/apt/sources.list <<EOF
deb $MIRROR2 $RELEASE/updates main non-free contrib
deb-src $MIRROR2 $RELEASE/updates main non-free contrib
Expand Down

0 comments on commit 0b82cd5

Please sign in to comment.