Description
This script helps the user to update Linux and Mac systems through the terminal. All the user has to install some requirements and then run the script and choose the operating system
Installation
clone the repo
$ git clone https://github.com/Roxcoder/updatable.git
change directory to updatable
$ cd updatable
Run as windows
$ pip install -r requirement.txt
$ python updatable.py
Run as Linux
$ pip3 install -r requirement.txt
$ sudo chmod +x updatable.py
$ python3 updatable.py