Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollingrhinoremix/rhino-update
Rhino Update is a command-line utility script which will provide updates to items that do not hit the Ubuntu devel repositories, such as the latest Linux Kernel.
https://github.com/rollingrhinoremix/rhino-update
bash bash-script kernel linux linux-distribution rolling-release rolling-update script ubuntu ubuntu-rolling
Last synced: 3 months ago
JSON representation
Rhino Update is a command-line utility script which will provide updates to items that do not hit the Ubuntu devel repositories, such as the latest Linux Kernel.
- Host: GitHub
- URL: https://github.com/rollingrhinoremix/rhino-update
- Owner: rollingrhinoremix
- License: gpl-3.0
- Created: 2022-03-21T22:44:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T00:16:45.000Z (about 2 years ago)
- Last Synced: 2024-09-29T15:03:53.902Z (3 months ago)
- Topics: bash, bash-script, kernel, linux, linux-distribution, rolling-release, rolling-update, script, ubuntu, ubuntu-rolling
- Language: Shell
- Homepage: https://rollingrhinoremix.github.io
- Size: 136 KB
- Stars: 15
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rhino Update
Rhino Update is a command-line utility script which will provide updates to items that do not hit the Ubuntu devel repositories, such as the latest Linux Kernel.This command-line utility is preferred over using `sudo apt update && sudo apt upgrade` as it is able to provide new features that would not be available through the official Ubuntu repositories. Furthermore any major changes to the Linux distribution itself will occur via this utility as opposed to apt.
#### Credits:
- Created by: [Billy G](https://github.com/jbrgilbrech)
- Some bug fixing by: [MrBeeBenson](https://mrbeebenson.github.io)