Commit 11261341 authored by Dylan Araps's avatar Dylan Araps

General: Remove TODO

parent 06db0b51
...@@ -52,7 +52,6 @@ get_distro() { ...@@ -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" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment