Add Ubuntu 21.04 + stop syncing a few old distros
This commit is contained in:
parent
c7f85a5685
commit
61965f23f6
4 changed files with 7 additions and 3 deletions
|
|
@ -125,6 +125,9 @@ case $1 in
|
|||
groovy)
|
||||
stdrepo groovy $CMIRROR amd64
|
||||
;;
|
||||
hirsute)
|
||||
stdrepo hirsute $CMIRROR amd64
|
||||
;;
|
||||
old)
|
||||
$0 warty
|
||||
$0 hoary
|
||||
|
|
@ -161,6 +164,7 @@ case $1 in
|
|||
$0 bionic # until 2023-04
|
||||
$0 focal # until 2030-04
|
||||
$0 groovy # until 2021-07
|
||||
$0 hirsute # until 2022-01
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue