Add a pause to basestrap, fox english translation

merge-requests/273/head
Chrysostomus 8 years ago
parent 9e26131152
commit 62d44d1576

@ -2330,7 +2330,13 @@ install_manjaro_de_wm() {
sleep 2
fi
fi
# Stop for a moment so user can see if there were errors
echo "press Enter to continue"
read
# Clear the packages file for installation of "common" packages
echo ""
echo ""
echo ""
echo "" > ${PACKAGES}
# Offer to install various "common" packages.

@ -296,7 +296,7 @@ _InstNMErrBody="\nNetwork connection manager has been installed and enabled.\n\n
# Welcome
_WelTitle="Welcome to"
_WelBody="\nThis installer will download the latest packages from the Msnjaro repositories. \n\nMENU OPTIONS: Select by pressing the option number or by using the up/down arrow keys before pressing [enter] to confirm. Switch between buttons by using [Tab] or the left/right arrow keys before pressing [enter] to confirm. Long lists can be navigated using the [pg up] and [pg down] keys, and/or by pressing the first letter of the desired option.\n\nCONFIGURATION & PACKAGE OPTIONS: Default packages in checklists will be pre-checked. Use the [Spacebar] to de/select."
_WelBody="\nThis installer will download the latest packages from the Manjaro repositories. \n\nMENU OPTIONS: Select by pressing the option number or by using the up/down arrow keys before pressing [enter] to confirm. Switch between buttons by using [Tab] or the left/right arrow keys before pressing [enter] to confirm. Long lists can be navigated using the [pg up] and [pg down] keys, and/or by pressing the first letter of the desired option.\n\nCONFIGURATION & PACKAGE OPTIONS: Default packages in checklists will be pre-checked. Use the [Spacebar] to de/select."
# Preparation Menu
_PrepMenuTitle="Prepare Installation"

Loading…
Cancel
Save