add alpine321 to scripts
This commit is contained in:
parent
12deb4edd5
commit
0df163af59
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ curl -s https://cran.devxy.io/arm64/rhel9/latest/src/contrib/PACKAGES | grep '^P
|
|||
curl -s https://cran.devxy.io/arm64/alpine320/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l
|
||||
curl -s https://cran.devxy.io/arm64/alpine320/latest/src/contrib/PACKAGES | grep '^Package:' | wc -l
|
||||
|
||||
curl -s https://cran.devxy.io/arm64/alpine321/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l
|
||||
curl -s https://cran.devxy.io/arm64/alpine321/latest/src/contrib/PACKAGES | grep '^Package:' | wc -l
|
||||
|
||||
# amd64
|
||||
|
||||
curl -s https://cran.devxy.io/amd64/jammy/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l
|
||||
|
|
@ -31,3 +34,6 @@ curl -s https://cran.devxy.io/amd64/rhel9/latest/src/contrib/PACKAGES | grep '^P
|
|||
|
||||
curl -s https://cran.devxy.io/amd64/alpine320/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l
|
||||
curl -s https://cran.devxy.io/amd64/alpine320/latest/src/contrib/PACKAGES | grep '^Package:' | wc -l
|
||||
|
||||
curl -s https://cran.devxy.io/amd64/alpine321/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l
|
||||
curl -s https://cran.devxy.io/amd64/alpine321/latest/src/contrib/PACKAGES | grep '^Package:' | wc -l
|
||||
|
|
|
|||
Loading…
Reference in a new issue