You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
I tried to run
curl https://get.docker.com | sudo sh
and a fresh elementaryOS 8.0 stable installThe error I got is
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
/etc/os-release
The text was updated successfully, but these errors were encountered: