.theros 0 Posted October 3, 2024 Share Posted October 3, 2024 (edited) Hello! I have spent some time creating a package manager and repository. Github: https://github.com/Tavyza/TherOS_community_repo # Installation: wget -f -q https://raw.githubusercontent.com/Tavyza/TherOS_community_repo/main/pkg-man/source/tocr.lua /tmp/tocr.lua /tmp/tocr -i pkg-man rm /tmp/tocr.lua To add a package to the repository: Fork it create a folder (this will be the package name) make a package.tc file (should contain the full raw github link to your program) dependencies.tc (same as package.tc but for libraries your package would need) add your package to the end of repo_list.tc in the root of the repository make a pull request. Questions? Issues? Suggestions? Comment them or open an issue in the repo. Edited October 3, 2024 by .theros make formatting nicer Quote Link to post Share on other sites