Adam Perkowski
Adam Perkowski
## Type of Change - [x] Refactoring ## Description Fixes the tab names ## Checklist - [x] My code adheres to the coding and style guidelines of the project. -...
## Is your feature request related to a problem? Please describe. A lot of users like to know what's going "behind the scenes" and are not neccessarily familiar with shell...
This will save some time.
## Type of Change - [x] Bug fix - [x] Hotfix ## Description  ## Issues / other PRs related - Resolves #578 ## Checklist - [x] My code adheres...
## Type of Change - [x] Bug fix - [x] Refactoring - [x] Hotfix ## Description A LOT of bugs here. Someone (@guruswarupa) didn't test this. ## Issues / other...
## Type of Change - [x] Bug fix - [x] Hotfix ## Description #659 ## Issues / other PRs related - Resolves #659 ## Checklist - [x] My code adheres...
## Type of Change - [x] Bug fix - [x] Refactoring ## Description Using tilde [is a bashism](https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html), using `$HOME` is not. Same with logic expressions and `,,`s. ## Checklist...
## Type of Change - [x] Bug fix - [x] Hotfix ## Description The script tries to install `rustup`, but Debian doesn't provide it in stable repos. That's why the...
## Type of Change - [x] New feature - [x] Bug fix ## Description Added a script that installs Linux Neptune and patched required for some components to work on...
## Type of Change - [x] Hotfix ## Description The updated version is already up on `crates.io`. Ref https://github.com/ChrisTitusTech/linutil/issues/691#issuecomment-2381011204 ## Testing No dep conflicts, everything updated, should work. ## Issues...