Procursus
Procursus copied to clipboard
Modern *OS Bootstrap
This PR originally updated `micro` to 2.0.11. It now updates `micro` to 2.0.13. As of August 12, 2024, this PR includes - Package updates and Makefile notes - Patch to...
This PR simply fixes packaging for `figlet`. Manpages should go in `$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/share/man`, not `$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/man`.
### All Submissions * [ ] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [ ] This Pull Request doesn't contain any...
This PR updates `2048` to its latest commit, while fixing small errors during compiling (who copies a file that doesn't exist after they think they downloaded it?)
This PR updates rsync to 3.2.7. ### Checklist * [X] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [X] This Pull Request...
When running oslog, it prints out the following text: ``` root@Campbells-iPhone ~# oslog Apr 17 22:05:09 Campbells-iPhone: ====== fish: Job 1, 'oslog' terminated by signal SIGSEGV (Address boundary error) ```...
This PR adds `mandoc`, which was sitting somewhere in one of Rolex's old, outdated PRs. New commits attempt to adapt the package to breaking changes. ### Checklist * [x] Have...
This PR updates `gh` to its latest released version, 2.27.0. [Nothing more, nothing less.](https://github.com/cli/cli/releases/tag/v2.27.0) ### Checklist * [x] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for...
This PR updates `lf` to its latest released version, r28. The following changes were introduced in the Makefile - Add fish completions: I might have forgotten to do so in...