Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)