mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #2646] [MERGED] feat(installer): add default install directory with existing install … #5968
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2646
Author: @LaurenceJJones
Created: 3/13/2026
Status: ✅ Merged
Merged: 3/30/2026
Merged by: @oschwartz10612
Base:
dev← Head:feature/installer-default-dir📝 Commits (1)
47a99e3feat(installer): add default install directory with existing install detection📊 Changes
1 file changed (+119 additions, -0 deletions)
View changed files
📝
install/main.go(+119 -0)📄 Description
…detection
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
Currently the installer generates files relative to where the installer is ran, ultimately this creates:
The intended direction of this PR is to standardize the output location so moving forward users can get a sense of where files will be generator and create a standard of where we would like them to be placed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.