For context this is all on debain 12 server console. I am in the begining steps to installing the panel for debian. When I try to enter this command, echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list , I get back this error message "tee: /ect/apt/sources.list.d/redis.list : No Such File or directory" In the line right below this one I get "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb bookworm main" I am not sure if this is a bad message or a good message. If it is a bad one how do I fix it?
I appreciate any help I can get with this 🙂