Installation script just exits without any error. It took some of my time to realize this OS is not supported. We should update the line to be as so in installation script,
if [ "$OS_TYPE" = "arch" ] || [ "$OS_TYPE" = "archarm" ]; then
OS_VERSION="rolling"
else
OS_VERSION=$(grep -w "VERSION_ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
fi
Description
Installation script just exits without any error. It took some of my time to realize this OS is not supported. We should update the line to be as so in installation script,
Also here is my
os-release
,Minimal Reproduction (if possible, example repository)
Install Orange OS and run installation script as described.
Exception or Error
No exception.
Version
N/A