General: Remove TODO
This commit is contained in:
parent
06db0b517b
commit
112613410d
1
neofetch
1
neofetch
|
@ -52,7 +52,6 @@ get_distro() {
|
||||||
esac
|
esac
|
||||||
ascii_distro="Windows 10"
|
ascii_distro="Windows 10"
|
||||||
|
|
||||||
# TODO: Install Red Star OS and check if this is really needed.
|
|
||||||
elif [[ -f "/etc/redstar-release" ]]; then
|
elif [[ -f "/etc/redstar-release" ]]; then
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
"on" | "tiny") distro="Red Star OS" ;;
|
"on" | "tiny") distro="Red Star OS" ;;
|
||||||
|
|
Reference in New Issue