add alpine321 to scripts

This commit is contained in:
Patrick Schratz 2024-12-29 10:18:55 +01:00
commit 0df163af59
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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.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/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 # amd64
curl -s https://cran.devxy.io/amd64/jammy/latest/src/contrib/PACKAGES.gz | gzip -cd | grep '^Package:' | wc -l 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.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/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