Skip to content

Commit

Permalink
Added support for Solus back (#263)
Browse files Browse the repository at this point in the history
- The submenu is gone since i dont want people switching branches ... updates should work and all previous say software installs (which were never removed) should all work still
  • Loading branch information
Xmetalfanx committed Apr 22, 2023
1 parent 2937a5d commit adbd0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ In a Terminal run `git clone https://github.com/xmetalfanx/linuxscripts.git && c
| ----------- | -------------------------- | --------------------------------------------------- |
| Arch | | EndeovourOS, Manjaro |
| Debian | Debian 11 | Devuan, Peppermint, Sparky, MXLinux |
| Fedora | 36, 37, 38 |
| Fedora | 36, 37, 38 | |
| OpenSUSE | 15.4 Leap, Tumbleweed | Gecko Linux |
| Solus | | |
| Ubuntu | 18.04, 20.04, 22.04, 23.04 | Elementary, Linux Lite, Linux Mint, "\*buntu Spins" |

- Ubuntu: 18.04 Bionic, 20.04 Focal, 22.04 Jammy, 23.04 Lunar
Expand Down
2 changes: 1 addition & 1 deletion functions/info/f_generalInfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function determineDistro() {

distroBase="solus"
rollingrelease="yes"
supported="no"
supported="yes"

# Ubuntu
elif [ "${lsbDistribID}" = "Ubuntu" ] || \
Expand Down

0 comments on commit adbd0f5

Please sign in to comment.