File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,14 @@ jobs:
4141 apt update
4242 apt install -y wget gnupg curl
4343
44- # curl -fsSL https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
45- # echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry.list
44+ curl -fsSL https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
45+ echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry.list
4646
47- wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | gpg --dearmor
48- echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
47+ # wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | apt-key add -
48+ # echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
49+
50+ # wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | gpg --dearmor
51+ # echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
4952
5053 apt update
5154 apt install -y cf${VERSION_MAJOR}-cli
You can’t perform that action at this time.
0 commit comments