Molly enables Rolling Release-Support for Ubuntu
Molly is a simple yet powerful console application that allows users to get the latest Ubuntu version in the form of a rolling release.
Ubuntu:
- Clone the repo
git clone https://github.com/EasyDevCpp/Molly.git
- cd into the folder and run the install.sh
cd /into/the/folder
sudo sh ./install.sh
- That's it!
To upgrade your installed Ubuntu Version to the newest available use:
molly -upgrd
- 1.0.0
- Work in progress
Robin Krause – @EasyDevCpp – [email protected]
Distributed under the GNU General Public license v3.0. See LICENSE
for more information.
https://github.com/EasyDevCpp/
- Fork it (https://github.com/EasyDevCpp/Molly/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request