diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-29 13:20:27 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-29 13:20:27 +0300 |
| commit | 1363a973d411dd25ea8af01c6c61daa57848360d (patch) | |
| tree | c0d13f042830579f7de966500619043bba5e4abd | |
| parent | 7e70668ce77fd6c7ae92d4ea31eab71007af076b (diff) | |
| download | pfetch-1363a973d411dd25ea8af01c6c61daa57848360d.tar.gz | |
misc: clean up
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,8 +169,8 @@ get_os() { # Special cases for (independent) distributions which # don't follow any os-release/lsb standards whatsoever. - command -v crux && distro=$(crux) - command -v guix && distro='Guix System' + command -v crux && distro=$(crux) + command -v guix && distro='Guix System' # Check to see if Linux is running in Windows 10 under # WSL (Windows subsystem for Linux) and append a string |
