[PATCH] Ubuntu Installer, short instruction with explicit mention that this example is for one user only

Wald Commits scm-commit at wald.intevation.org
Fri Sep 5 12:30:52 CEST 2014


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1409913047 -7200
# Node ID 52c68a77319463f2162d16b2ea24c68a46c0aab0
# Parent  7bd1d723414d68d4882e438e05ce1386327f3e0a
Ubuntu Installer, short instruction with explicit mention that this example is for one user only.

diff -r 7bd1d723414d -r 52c68a773194 packaging/linux-installer.inc.in
--- a/packaging/linux-installer.inc.in	Fri Sep 05 11:20:13 2014 +0200
+++ b/packaging/linux-installer.inc.in	Fri Sep 05 12:30:47 2014 +0200
@@ -6,8 +6,9 @@
 # 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
-# 4. Starten Sie die Anwendung auf der Kommandozeile, indem Sie
-#    beispielsweise eingeben: bash TrustBridge-1.0.0-i386.sh
+# 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
 #    Tipp: Die Tab-Taste nach dem "Tr" ergänzt oft den ganzen Namen.
 #
 # NB: Wir konnten kein übliches .deb Paket verwenden, da wir Ihnen
@@ -20,9 +21,9 @@
 # 2. Open a command line, e.g. click on the "Terminal"-Symbol.
 # 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. by typing something like
-#    "bash TrustBridge-1.0.0-i386.sh". Hint: If you press the tab-key 
-#    after "Tr" it may complete to the full name.
+# 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.
 #
 # N.B. We could not have used a .deb package, because the installation must 
 # also work without without adminstrator priviledges.


More information about the Trustbridge-commits mailing list