julien040 / gut

A beginner friendly porcelain for git

Home Page:https://gut-cli.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apt.gut-cli.dev appears to be down (returns HTTP 404 error)

CaseyLabs opened this issue · comments

Attempting to install on Ubuntu 22.04, it appears that apt.gut-cli.dev is down.

Confirmed it's not just me:
https://downforeveryoneorjustme.com/apt.gut-cli.dev?proto=https

Output:

echo "deb [trusted=yes] https://apt.gut-cli.dev /" | sudo tee /etc/apt/sources.list.d/gut.list
sudo apt-get update
sudo apt-get install gut

deb [trusted=yes] https://apt.gut-cli.dev /
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:3 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease
Ign:4 https://apt.gut-cli.dev  InRelease
Ign:5 https://apt.gut-cli.dev  Release
Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease
Ign:7 https://apt.gut-cli.dev  Packages
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Ign:9 https://apt.gut-cli.dev  Translation-en
Get:7 https://apt.gut-cli.dev  Packages
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [508 kB]
Ign:9 https://apt.gut-cli.dev  Translation-en
Err:9 https://apt.gut-cli.dev  Translation-en
  404  Not Found [IP: 52.72.60.30 443]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [508 kB]
Ign:9 https://apt.gut-cli.dev  Translation-en
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [47.7 kB]
Fetched 896 kB in 4s (219 kB/s)

Hi @CaseyLabs,
I tried to run the same commands on a Digital Ocean VPS and I'm getting a similar error.
However, I'm still able to run the install command:

sudo apt-get install gut

Can you confirm for me that running apt-get install gives you an error ?

Closing the issue due to a lack of follow-up.