Fix aptRepo usage

This commit is contained in:
Radon Rosborough 2021-06-18 07:39:59 +00:00
parent 7375e67c0b
commit 8326c7f558
7 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ install:
aptKey:
- "https://downloads.ceylon-lang.org/apt/ceylon-debian-repo.gpg.key"
aptRepo:
- "https://downloads.ceylon-lang.org/apt/ unstable main"
- "deb [arch=amd64] https://downloads.ceylon-lang.org/apt/ unstable main"
<<: *add-ceylon-repo
apt:
- $(grep-aptavail -F Package ceylon -s Package -n | sort -rV | head -n1)

View File

@ -23,7 +23,7 @@ install:
aptKey:
- "https://keybase.io/crystal/pgp_keys.asc"
aptRepo:
- "https://dist.crystal-lang.org/apt crystal main"
- "deb [arch=amd64] https://dist.crystal-lang.org/apt crystal main"
apt:
- crystal

View File

@ -6,7 +6,7 @@ install:
aptKey:
- "https://dl-ssl.google.com/linux/linux_signing_key.pub"
aptRepo:
- "https://storage.googleapis.com/download.dartlang.org/linux/debian stable main"
- "deb [arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main"
apt:
- dart

View File

@ -9,7 +9,7 @@ install:
aptKey:
- "B4112585D386EB94"
aptRepo:
- "https://dl.hhvm.com/ubuntu ${ubuntu_name} main"
- "deb [arch=amd64] https://dl.hhvm.com/ubuntu ${ubuntu_name} main"
apt:
- hhvm

View File

@ -8,7 +8,7 @@ name: "MongoDB"
install:
prepare:
aptRepo:
- "http://archive.ubuntu.com/ubuntu/ focal main universe"
- "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main universe"
manual: |
for name in mongodb mongodb-clients mongodb-server mongodb-server-core; do
apt-get download "${name}"

View File

@ -8,7 +8,7 @@ install:
aptKey:
- "E298A3A825C0D65DFD57CBB651716619E084DAB9"
aptRepo:
- "https://cloud.r-project.org/bin/linux/ubuntu ${ubuntu_name}-$(curl -fsSL https://cran.r-project.org/bin/linux/ubuntu/ | grep -Eo 'cran[0-9]+' | head -n1)/"
- "deb [arch=amd64] https://cloud.r-project.org/bin/linux/ubuntu ${ubuntu_name}-$(curl -fsSL https://cran.r-project.org/bin/linux/ubuntu/ | grep -Eo 'cran[0-9]+' | head -n1)/"
apt:
- r-base

View File

@ -533,9 +533,9 @@ properties:
type: array
items:
type: string
pattern: "^https?://"
pattern: "^deb"
examples:
- "https://downloads.ceylon-lang.org/apt/ unstable main"
- "deb [arch=amd64] https://downloads.ceylon-lang.org/apt/ unstable main"
apt:
type: array
items: