No description
Find a file
andrew 13bc1d371f Typo in README.md
Fixed typo in table
2024-03-06 04:32:02 -06:00
assets Cleanup of python version which is still in development. 2024-03-05 00:07:37 -06:00
in_development Updated README.md. Used cargo to build rust binary. 2024-03-06 00:53:06 -06:00
osupdater Updated README.md. Used cargo to build rust binary. 2024-03-06 00:53:06 -06:00
osupdater.sh Work done on rust version 2024-03-05 23:49:12 -06:00
README.md Typo in README.md 2024-03-06 04:32:02 -06:00

#osupdater

ABOUT

A bash script and a terminal rust application for figuring out what package manager(s) are present on your system and use them to update your software packages.

There is also an in-development python GUI.

This is for my educational purposes of learning rust and python to do tasks that I have done successfully in either bash or C/C++. Feel free to snatch this up or not.

##FILES

File Function
./osupder rust binary
./osupdater.sh bash script
./assets png files for the GUI
./in-development folders for the various non-bash working directories