Skip to content

Commit

Permalink
setup-util-eza: use HTTPS for APT_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 30, 2024
1 parent db0187d commit 88c9a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup-util-eza
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 88c9a33

Please sign in to comment.