diff packaging/linux-installer.inc @ 1189:969970a83b6d

Updated linux installer help text and translation.
author Emanuel Schuetze <emanuel@intevation.de>
date Mon, 22 Sep 2014 15:34:09 +0200
parents 53a02fbe2fc9
children ec16e3d81278
line wrap: on
line diff
--- a/packaging/linux-installer.inc	Mon Sep 22 13:17:29 2014 +0200
+++ b/packaging/linux-installer.inc	Mon Sep 22 15:34:09 2014 +0200
@@ -1,32 +1,40 @@
 #!/bin/bash
 # Um TrustBridge zu installieren:
-# 1. Prüfen Sie ob Sie dieser Datei genügend vertrauen, um ihr die Kontrolle
-#    über diesen Rechner zu übergeben. Beispielsweise durch Vergleich mit
-#    einer starken Prüfsumme aus einer zweiten, unabhängigen Quelle.
-# 2. Öffnen Sie eine Kommandozeile, z.B. klicken Sie auf das "Terminal"-Symbol.
-# 3. Wechseln Sie in das Verzeichnis, in welchem diese Datei gespeichert ist.
-#    Geben Sie Z.B. in die Kommandozeile ein: cd ~/Schreibtisch
+# 1. Prüfen Sie, ob Sie dieser Datei genügend vertrauen, um ihr die
+#    Kontrolle über diesen Rechner zu übergeben. Beispielsweise
+#    durch Vergleich mit einer starken Prüfsumme aus einer zweiten,
+#    unabhängigen Quelle.
+# 2. Öffnen Sie eine Kommandozeile (Anwendung "Terminal").
+# 3. Wechseln Sie in das Verzeichnis, in dem diese Datei gespeichert
+#    ist (z.B. per Kommandozeile mit: "cd ~/Schreibtisch").
 # 4. Starten Sie die Anwendung auf der Kommandozeile, beispielsweise
-#    als Installation nur für den aktuellen Nutzer, indem Sie eingeben:
-#    	bash TrustBridge-1.0.0-i386.sh
+#    als Installation nur für den aktuellen Nutzer, indem Sie
+#    eingeben:
+#    	bash TrustBridge-1.0.0-amd64.sh
 #    Tipp: Die Tab-Taste nach dem "Tr" ergänzt oft den ganzen Namen.
 #
-# NB: Wir konnten kein übliches .deb Paket verwenden, da wir Ihnen
-# auch die Installation als reiner Nutzer ohne Admin-Rechte ermöglichen.
+# Übrigens, wir konnten kein übliches .deb-Paket verwenden, da
+# TrustBridge Ihnen auch die Installation als reiner Nutzer ohne
+# Admin-Rechte ermöglichen soll.
+#
 #
 # To install TrustBridge:
-# 1. Verify that you trust this specific file far enough, that you are willing
-#    to hand over the control of your computer to it. For example compare
-#    a strong checksum of the file to one from a second, independent source.
-# 2. Open a command line, e.g. click on the "Terminal"-Symbol.
+# 1. Verify that you trust this specific file far enough, that you
+#    are willing to hand over the control of your computer to it. For
+#    example compare a strong checksum of the file to one from a
+#    second, independent source.
+# 2. Open a command line (application "Terminal").
 # 3. Change your working directory to where this file is stored.
-#    For example type "cd ~/Desktop" on your command line.
-# 4. Start the installation on the command line, e.g. for the current user
-#    only by typing something like "bash TrustBridge-1.0.0-i386.sh".
-#    Hint: If you press the tab-key after "Tr" it may complete the filename.
+#    (e.g. type "cd ~/Desktop" on your command line).
+# 4. Start the installation on the command line, e.g. for the current
+#    user only by typing something like:
+#       bash TrustBridge-1.0.0-amd64.sh
+#    Hint: If you press the tab-key after "Tr" it may complete the
+#    filename.
 #
-# N.B. We could not have used a .deb package, because the installation must
-# also work without without adminstrator priviledges.
+# By the way: We could not have used a .deb package, because the
+# installation must also work without without adminstrator
+# priviledges.
 #
 #
 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
@@ -108,7 +116,7 @@
 finished()
 {
   echo
-  echo "#################################################################################"
+  echo "################################################################################"
   if [ $SYSINST -eq 1 ]; then
     getxt "System wide installation successful.\n"
     RUNCMD="su -l $SUDO_USER -c "
@@ -122,7 +130,7 @@
   getxt "call the uninstall command:\n"
   echo "  $RUNCMD ${instcfg[PREFIX]}/bin/trustbridge-uninstall.sh"
 
-  echo "#################################################################################"
+  echo "################################################################################"
   getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge"
   getxt "or press Control-C to quit the installer.\n"
   if [ $UPDATE -eq 0 ]; then

http://wald.intevation.org/projects/trustbridge/