mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 21:41:52 +07:00
Feat: Update homepage snippet to auto-install curl
This commit is contained in:
@@ -173,7 +173,7 @@ function OsGuideContent({ title, steps, selectedOs, certificates, t }: { title:
|
|||||||
{(selectedOs === 'linux') && (
|
{(selectedOs === 'linux') && (
|
||||||
<CliSnippet
|
<CliSnippet
|
||||||
label={t('bundle_cli_label')}
|
label={t('bundle_cli_label')}
|
||||||
command={`curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash`}
|
command={`sudo apt update && sudo apt install -y curl && curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash`}
|
||||||
t={t}
|
t={t}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user