mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +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') && (
|
||||
<CliSnippet
|
||||
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}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user