{{Header}}
{{Tab
|type=controller
|content=
{{Tab
|active=true
|title= === TLS ===
|image=[[File:Icon-lock.png|50px]]
|content=
'''1.''' Download.
{{CodeSelect|code=
curl {{Curl_Secure}} --output {{{scriptname|{{project_name_short_lowercase}}-xfce-installer-cli}}} --url https://www.{{project_clearnet}}/dist-installer-cli
}}
{{Linux_Installer_Verify
|scriptname={{{scriptname|{{project_name_short_lowercase}}-xfce-installer-cli}}}
}}
'''2.''' Run the installer.
{{CodeSelect|code=
bash ./{{{scriptname|{{project_name_short_lowercase}}-xfce-installer-cli}}}
}}
}}
{{Tab
|title= === onion ===
|image=[[File:Iconfinder_tor_386502.png|50px]]
|content=
'''1.''' System Tor Setup.
Downloading via an onion service requires a functional system Tor. This aspect is [[unspecific|not specific to {{project_name_short}}]] and is [[undocumented|undocumented]].
'''2.''' Download.
{{CodeSelect|code=
torsocks curl --output {{{scriptname|{{project_name_short_lowercase}}-xfce-installer-cli}}} --url http://www.{{project_onion}}/dist-installer-cli
}}
'''3.''' Run the installer.
{{CodeSelect|code=
bash ./{{{scriptname|{{project_name_short_lowercase}}-xfce-installer-cli}}} --onion
}}
}}
}}
{{Footer}}
[[Category:MultiWiki]]