eza-community / eza

A modern, maintained replacement for ls
https://eza.rocks
MIT License
8.76k stars 171 forks source link

bug: Cannot install from deb.gierens.de as the endpoint seems down #1032

Closed SkwalExe closed 1 week ago

SkwalExe commented 1 week ago

I tried to run

sudo mkdir -p /etc/apt/keyrings
wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | sudo gpg --dearmor -o /etc/apt/keyrings/gierens.gpg
echo "deb [signed-by=/etc/apt/keyrings/gierens.gpg] http://deb.gierens.de stable main" | sudo tee /etc/apt/sources.list.d/gierens.list
sudo chmod 644 /etc/apt/keyrings/gierens.gpg /etc/apt/sources.list.d/gierens.list

Then

sudo apt update

But the process hangs on

0% [Connecting to deb.gierens.de (138.246.234.80)]

and eventually fails with error connection timed out.

I tried to ping deb.gierens.de but no response.

gierens commented 1 week ago

Yes, we have an outage in the cloud system where this machine is running, should be back in a couple of hours. Sorry for the inconvenience :(