mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 21:41:52 +07:00
docs: improve Linux installation guide with CLI one-liner and copy feature
This commit is contained in:
@@ -189,6 +189,8 @@
|
||||
"download_windows_title": "Download Windows Installer (.bat)",
|
||||
"download_macos_title": "Download macOS Profile (.mobileconfig)",
|
||||
"download_linux_title": "Download Linux Installer (.sh)",
|
||||
"copy_cli": "Copy CLI",
|
||||
"copied": "Copied!",
|
||||
"root_ca": "Root CA",
|
||||
"intermediate_ca": "Intermediate CA",
|
||||
"root_ca_hierarchy": "Root Trust Foundation",
|
||||
@@ -210,9 +212,9 @@
|
||||
"Go to 'About' > 'Certificate Trust Settings' and enable full trust."
|
||||
],
|
||||
"guide_steps_linux": [
|
||||
"Download the .sh installer script.",
|
||||
"Open terminal and run: sudo bash install-*.sh",
|
||||
"The script will automatically detect and update your CA store."
|
||||
"Use the one-liner command for instant setup (recommended):",
|
||||
"curl -sL [URL] | sudo bash",
|
||||
"Note: Get the [URL] by right-clicking the 'Linux' download button on the certificate card above."
|
||||
],
|
||||
"guide_steps_mobile": [
|
||||
"Android: Settings > Security > Install from storage > CA Certificate.",
|
||||
|
||||
@@ -189,6 +189,8 @@
|
||||
"download_windows_title": "Unduh Penginstal Windows (.bat)",
|
||||
"download_macos_title": "Unduh Profil macOS (.mobileconfig)",
|
||||
"download_linux_title": "Unduh Penginstal Linux (.sh)",
|
||||
"copy_cli": "Salin CLI",
|
||||
"copied": "Tersalin!",
|
||||
"root_ca": "Root CA",
|
||||
"intermediate_ca": "Intermediate CA",
|
||||
"root_ca_hierarchy": "Fondasi Kepercayaan Akar",
|
||||
@@ -210,9 +212,9 @@
|
||||
"Buka 'About' > 'Certificate Trust Settings' dan aktifkan kepercayaan penuh."
|
||||
],
|
||||
"guide_steps_linux": [
|
||||
"Unduh skrip penginstal .sh.",
|
||||
"Buka terminal dan jalankan: sudo bash install-*.sh",
|
||||
"Skrip akan secara otomatis mendeteksi distro dan memperbarui penyimpanan CA Anda."
|
||||
"Gunakan perintah satu-baris untuk instalasi instan (disarankan):",
|
||||
"curl -sL [URL] | sudo bash",
|
||||
"Catatan: Dapatkan [URL] dengan klik kanan tombol 'Linux' pada kartu sertifikat di atas lalu 'Salin Alamat Link'."
|
||||
],
|
||||
"guide_steps_mobile": [
|
||||
"Android: Pengaturan > Keamanan > Instal dari penyimpanan > Sertifikat CA.",
|
||||
|
||||
Reference in New Issue
Block a user