From 88c9a33b38eb81ba425075c44b3c42c98123bb3c Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 30 Nov 2024 12:17:33 +0800 Subject: [PATCH] setup-util-eza: use HTTPS for APT_REPO /ref https://github.com/bevry/dorothy/actions/runs/12093468574/job/33724488495#step:2:1062 --- commands/setup-util-eza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/setup-util-eza b/commands/setup-util-eza index 36ad8ee37..8fd767228 100755 --- a/commands/setup-util-eza +++ b/commands/setup-util-eza @@ -20,7 +20,7 @@ function setup_util_eza() ( --cli='eza' "$@" APT_KEY='https://raw.githubusercontent.com/eza-community/eza/main/deb.asc' - APT_REPO='deb [arch={ARCH} signed-by={KEY}] http://deb.gierens.de stable main' + APT_REPO='deb [arch={ARCH} signed-by={KEY}] https://deb.gierens.de stable main' APT='eza' # UBUNTU AUR='eza' # ARCH BREW='eza'