Skip to content

Commit 59738a4

Browse files
committed
docs(download): Remove apt-transport-https from Debian installation
1 parent 5527c2d commit 59738a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/download-instructions/linux-debian-cli-community.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<pre><code class="language-bash line-numbers">
55
# Add the packages.sury.org/php repository.
66
sudo apt-get update
7-
sudo apt-get install -y lsb-release ca-certificates apt-transport-https curl
7+
sudo apt-get install -y lsb-release ca-certificates curl
88
sudo curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
99
sudo dpkg -i /tmp/debsuryorg-archive-keyring.deb
1010
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'

0 commit comments

Comments
 (0)