Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support elementaryOS 8.0 #464

Open
spotlesscoder opened this issue Dec 26, 2024 · 0 comments
Open

Please support elementaryOS 8.0 #464

spotlesscoder opened this issue Dec 26, 2024 · 0 comments

Comments

@spotlesscoder
Copy link

I tried to run
curl https://get.docker.com | sudo sh and a fresh elementaryOS 8.0 stable install

The error I got is

curl https://get.docker.com | sudo sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22592  100 22592    0     0  57572      0 --:--:-- --:--:-- --:--:-- 57632
# Executing docker install script, commit: 4c94a56999e10efcf48c5b8e3f6afea464f9108e
+ sh -c apt-get -qq update >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null
+ sh -c install -m 0755 -d /etc/apt/keyrings
+ sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" -o /etc/apt/keyrings/docker.asc
+ sh -c chmod a+r /etc/apt/keyrings/docker.asc
+ sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian trixie stable" > /etc/apt/sources.list.d/docker.list
+ sh -c apt-get -qq update >/dev/null
E: The repository 'https://download.docker.com/linux/debian trixie Release' does not have a Release file.

I guess that's because the distro could not be identified correctly?
ElementaryOS 8.0 is based on Ubuntu 24.04 and should be treated like it is an Ubuntu 24.04

The contents of

/etc/lsb-release

DISTRIB_ID=elementary
DISTRIB_RELEASE=8
DISTRIB_CODENAME=circe
DISTRIB_DESCRIPTION="elementary OS 8"

/etc/os-release

PRETTY_NAME="elementary OS 8"
NAME="elementary OS"
CPE_NAME="cpe:/o:elementary:elementary_os:8"
VERSION_ID="8"
VERSION="8"
VERSION_CODENAME=circe
ID=elementary
ID_LIKE="ubuntu debian"
HOME_URL="https://elementary.io/"
DOCUMENTATION_URL="https://elementary.io/docs/learning-the-basics"
SUPPORT_URL="https://elementary.io/support"
BUG_REPORT_URL="https://docs.elementary.io/contributor-guide/feedback/reporting-issues"
PRIVACY_POLICY_URL="https://elementary.io/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=distributor-logo
UBUNTU_CODENAME=noble
UBUNTU_PRETTY_NAME="Ubuntu 24.04.1 LTS"
UBUNTU_NAME="Ubuntu"
UBUNTU_VERSION_ID="24.04"
UBUNTU_VERSION="24.04.1 LTS (Noble Numbat)"
UBUNTU_VERSION_CODENAME=noble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant