mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 23:35:17 -05:00
[PR #796] [MERGED] Allow installer to run without requires sudo
#844
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/796
Author: @socheatsok78
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/31/2025
Merged by: @oschwartz10612
Base:
dev← Head:non-root-installer📝 Commits (6)
373441bFix geolock url in README.mdb467d6aMerge pull request #779 from jpgnz/main56fd366Allow installer to run without sudo & only need it when need to install Docker6f35141Revert "Allow installer to run without sudo & only need it when need to install Docker"c997b86Re: "Allow installer to run without sudo & only need it when need to install Docker"9ea7275Ensureinstallercheck if current user is indockergroup📊 Changes
2 files changed (+43 additions, -5 deletions)
View changed files
📝
README.md(+1 -1)📝
install/main.go(+42 -4)📄 Description
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
Since we only need
sudoto install Docker on system that doesn't have Docker installed. it doesn't make any sense to always required running theinstallerwithsudo.This PR changes that if you need the
installerto only generatedocker-compose.ymland configs, you don't needsudo. Unless Docker is no installed and you are running onlinuxbased on the check inmain.go:How to test?
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.