diff --git a/src/messages/en.json b/src/messages/en.json
index e96eabe..c7afea6 100644
--- a/src/messages/en.json
+++ b/src/messages/en.json
@@ -212,10 +212,13 @@
"Go to 'About' > 'Certificate Trust Settings' and enable full trust."
],
"guide_steps_linux": [
- "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."
+ "Download the .sh installer script.",
+ "Open terminal and run: sudo bash install-*.sh",
+ "The script will automatically detect and update your CA store."
],
+ "guide_linux_shortcut_title": "One-liner Shortcut (Recommended)",
+ "guide_linux_shortcut_desc": "Copy and paste this command to your terminal for instant installation:",
+ "guide_linux_select_cert": "Select Certificate to install:",
"guide_steps_mobile": [
"Android: Settings > Security > Install from storage > CA Certificate.",
"iOS: Install the profile, then Settings > General > About > Certificate Trust Settings."
diff --git a/src/messages/id.json b/src/messages/id.json
index b7c8bcc..855cb1d 100644
--- a/src/messages/id.json
+++ b/src/messages/id.json
@@ -212,10 +212,13 @@
"Buka 'About' > 'Certificate Trust Settings' dan aktifkan kepercayaan penuh."
],
"guide_steps_linux": [
- "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'."
+ "Unduh skrip penginstal .sh.",
+ "Buka terminal dan jalankan: sudo bash install-*.sh",
+ "Skrip akan secara otomatis mendeteksi distro dan memperbarui penyimpanan CA Anda."
],
+ "guide_linux_shortcut_title": "Pintas Satu-Baris (Disarankan)",
+ "guide_linux_shortcut_desc": "Salin dan tempel perintah ini ke terminal Anda untuk instalasi instan:",
+ "guide_linux_select_cert": "Pilih Sertifikat untuk diinstal:",
"guide_steps_mobile": [
"Android: Pengaturan > Keamanan > Instal dari penyimpanan > Sertifikat CA.",
"iOS: Instal profil, lalu Pengaturan > Umum > Mengenai > Pengaturan Kepercayaan Sertifikat."