<noinclude>{{Header}}</noinclude>
{{Tab
|type=controller
|addToClass=tcc-indent
|content=
{{Tab
|active=true
|addToClass=info-box
|title= ==== TLS ====
|image=[[File:Icon-lock.png|50px]]
|content=
'''1.''' Download.

{{CodeSelect|code=
curl {{Curl_Secure}} --output {{{scriptname|{{project_name_short_lowercase}}-cli-installer-xfce}}} --url https://www.{{project_clearnet}}/dist-installer-cli
}}

'''2.''' Run the installer.

{{CodeSelect|code=
bash ./{{{scriptname|{{project_name_short_lowercase}}-cli-installer-xfce}}}
}}
}}

{{Tab
|addToClass=info-box
|title= ==== onion ====
|image=[[File:Iconfinder_tor_386502.png|50px]]
|content=
'''1.''' System Tor Setup.

Downloading over onion requires an already functional system Tor. This is [[unspecific|unspecific to {{project_name_short}}]] and [[undocumented]].

'''2.''' Download.

{{CodeSelect|code=
torsocks curl --output {{{scriptname|{{project_name_short_lowercase}}-cli-installer-xfce}}} --url http://www.{{project_onion}}/dist-installer-cli
}}

'''3.''' Run the installer.

{{CodeSelect|code=
bash ./{{{scriptname|{{project_name_short_lowercase}}-cli-installer-xfce}}} --onion
}}
}}
}} <!-- End Tab Controller -->
<noinclude>
{{Footer}}
[[Category:MultiWiki]]
</noinclude>