Skip to content

clarify root/non-root #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h2>How do I get it?</h2>
<strong>Legal note!</strong> Mail-in-a-Box is made available per the <a href="https://github.com/mail-in-a-box/mailinabox/blob/main/LICENSE">CC0 public domain dedication</a>. By running Mail-in-a-Box, you will invoke scripts that use Let’s Encrypt to provision TLS certificates per the <a href="https://letsencrypt.org/repository/" target="_blank">Let’s Encrypt Subscriber Agreement(s) & Terms of Services</a>. Please be sure you accept the terms in both documents before beginning.
</div>

<p>If you are an expert and have a domain name and a <u>completely fresh</u> Ubuntu 22.04 machine (note that containers and modified images are not supported) running in the cloud, you basically just run on that machine:</p>
<p>If you are an expert and have a domain name and a <u>completely fresh</u> Ubuntu 22.04 machine (note that containers and modified images are not supported) running in the cloud, you basically just run on that machine (does not matter root/non-root, see <a href="https://github.com/mail-in-a-box/mailinabox/issues/2452#issuecomment-2435044314">here</a>):</p>

<div class="pre-wrap">
<pre>curl -s https://mailinabox.email/setup.sh | sudo bash</pre>
Expand Down