Hello i am trying to install Pgadmin on unbuntu 24.10 following the official instruction https://www.pgadmin.org/download/pgadmin-4-apt/ Normally there is a release Ubuntu 24.10 (Oracular Oriole), but when a launch this command i get an error below ``` # Create the repository configuration file: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update' ``` `error: The repository https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/oracular pgadmin4 Release does not have a Release file. ` any idea ? `