https://github.com/deluan/zsh-in-docker/blob/55a4e476f78f37204af9dfc0290a92e52cf881b1/zsh-in-docker.sh#L97C9-L97C27
As of version v1.2.1, CentOS 7 support has been deprecated, and the centos switch was removed from the installation script used to determine package installation methods. This change excludes CentOS Stream 9 from being supported, as it still requires the centos ID.
Would it be possible to reintroduce the centos switch in the install script to support CentOS Stream 9?
rhel|fedora|rocky|centos)
PR: #33
https://github.com/deluan/zsh-in-docker/blob/55a4e476f78f37204af9dfc0290a92e52cf881b1/zsh-in-docker.sh#L97C9-L97C27
As of version v1.2.1, CentOS 7 support has been deprecated, and the
centosswitch was removed from the installation script used to determine package installation methods. This change excludes CentOS Stream 9 from being supported, as it still requires thecentosID.Would it be possible to reintroduce the centos switch in the install script to support CentOS Stream 9?
PR: #33