File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4141 apt update
4242 apt install -y wget gnupg
4343
44- wget -q -O /usr/share/keyrings/cloudfoundry-archive-keyring.gpg ${CLAW_URL}/debian/cli.cloudfoundry.org.key
45- echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-archive-keyring.gpg] ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
44+ # wget -q -O /usr/share/keyrings/cloudfoundry-archive-keyring.gpg ${CLAW_URL}/debian/cli.cloudfoundry.org.key
45+ # echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-archive-keyring.gpg] ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
46+ wget -qO- https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor | tee /usr/share/keyrings/cloudfoundry-archive-keyring.gpg > /dev/null
47+ echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-archive-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" > /etc/apt/sources.list.d/cloudfoundry-cli.list
4648
4749 # wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | apt-key add -
4850 # echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
You can’t perform that action at this time.
0 commit comments