aboutsummaryrefslogtreecommitdiffstats
path: root/hoarder-linux.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Add error handling to installation script and other small fixes (#980)Chris2025-02-091-8/+33
| | | Script will now exit on error and when there is an unset variable
* build: Fix corepack issues in the linux installation script. #967Mohamed Bassem2025-02-021-0/+2
|
* build: Add logs to the linux installation scriptMohamed Bassem2025-02-011-1/+7
|
* docs: Add Linux install script and documentation (#707)vhsdream2024-12-021-0/+275
* Add Linux install script and documentation * Simplify Documentation - remove make executable * Update script: remove output suppression, other small changes