Mercurial > trustbridge
changeset 1152:46f025a1450c
Added hint that the installer can be quit with C-c after finishing.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 15:44:21 +0200 |
parents | 22b3daa4e464 |
children | 0495f9187c4b |
files | packaging/linux-installer.inc packaging/linux-installer.l10n-de |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc Thu Sep 18 13:29:32 2014 +0200 +++ b/packaging/linux-installer.inc Thu Sep 18 15:44:21 2014 +0200 @@ -118,6 +118,7 @@ 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 read $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" &
--- a/packaging/linux-installer.l10n-de Thu Sep 18 13:29:32 2014 +0200 +++ b/packaging/linux-installer.l10n-de Thu Sep 18 15:44:21 2014 +0200 @@ -38,6 +38,7 @@ ["call the deinstall command:\n"]="rufen Sie den De-Installationsbefehl auf:\n" ["checking for uudecode ...\n"]="Prüfe uudecode ...\n" ["creating installation directory ...\n"]="lege das Installations-Verzeichnis an ...\n" + ["or press Control-C to quit the installer.\n"]="oder Drücken sie Strg-C um den Installer zu beenden.\n" ["to update the current installation.\n"]="um die vorhandene Installation zu aktualisieren.\n" ["unpacking files ...\n"]="Entpacke Dateien ...\n" )