-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add Linspire (Solves #1785) #1905
base: master
Are you sure you want to change the base?
Conversation
neofetch
Outdated
case $distro_shorthand in | ||
on|tiny) distro="LindowsOS" ;; | ||
*) distro="$(awk '/Version/ {print $2,$3}' /etc/lindowsos-version)" | ||
echo $distro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be removed.
I see the logo makes it tricky... https://upload.wikimedia.org/wikipedia/en/4/4e/LinspireLogo.png |
Done |
case $distro_shorthand in | ||
on|tiny) distro="LindowsOS" ;; | ||
*) distro="$(awk '/Version/ {print $2,$3}' /etc/lindowsos-version)" | ||
esac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a newline below this esac.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
What do you mean "tricky"? |
Freespire and Linspire by PC/OpenSystems LLC. (the ones from 2017 onwards) are remixes created with WolfLand Builder from Xubuntu, the distro branding is done by manually edited files and is not packaged (edits can be reverted updating or reinstalling the packages) |
I can't git, ignore the previous commits they changed nothing. |
Upstream PR: dylanaraps/neofetch#1905 Thanks to @oshaboy Co-authored-by: oshaboy <noamjunk@gilor.com>
Thank you for your contribution! This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained. HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo. Read the "Running Updated Original Neofetch" section for more info! |
Description
I dun goofed the previous Pull Request, so here is a fresh one.
Features
Added Ascii Art (This time fully ascii) for Linspire (Also for Freespire and LindowsOS) and implemented some version detection because older versions of LindowsOS and Linspire have their own release file.
Issues
I really suck at ascii art.