Skip to content

Commit

Permalink
Merge pull request #434 from thaJeztah/remove_apt_transport_https
Browse files Browse the repository at this point in the history
remove apt-transport-https from pre_reqs
  • Loading branch information
thaJeztah authored Jul 22, 2024
2 parents 475fb60 + 910a885 commit c10af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ do_install() {
# Run setup for each distro accordingly
case "$lsb_dist" in
ubuntu|debian|raspbian)
pre_reqs="apt-transport-https ca-certificates curl"
pre_reqs="ca-certificates curl"
apt_repo="deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] $DOWNLOAD_URL/linux/$lsb_dist $dist_version $CHANNEL"
(
if ! is_dry_run; then
Expand Down

0 comments on commit c10af07

Please sign in to comment.