From 64d8b6a62ef96d31a7af656b1ff0a94fae83c09c Mon Sep 17 00:00:00 2001 From: clamsawd Date: Wed, 14 Oct 2015 17:47:10 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- scripts/{firefox-install.bash => firefox-install} | 0 scripts/{thunderbird-install.bash => thunderbird-install} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename scripts/{firefox-install.bash => firefox-install} (100%) rename scripts/{thunderbird-install.bash => thunderbird-install} (100%) diff --git a/README.md b/README.md index 9e898fe..1231203 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ Mozilla Linux Script Installers * Open the terminal. * Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git` * Change directory: `cd mozilla-linux-scripts/scripts` - * Change the permissions: `chmod +x firefox-install.bash` - * Run the scripts as root: `./firefox-install.bash` + * Change the permissions: `chmod +x firefox-install` + * Run the script as root: `./firefox-install` * **Mozilla Thunderbird instructions:** * Open the terminal. * Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git` * Change directory: `cd mozilla-linux-scripts/scripts` - * Change the permissions: `chmod +x thunderbird-install.bash` - * Run the scripts as root: `./thunderbird-install.bash` + * Change the permissions: `chmod +x thunderbird-install` + * Run the script as root: `./thunderbird-install` _Note: The scripts are compatible with all GNU/Linux distributions._ diff --git a/scripts/firefox-install.bash b/scripts/firefox-install similarity index 100% rename from scripts/firefox-install.bash rename to scripts/firefox-install diff --git a/scripts/thunderbird-install.bash b/scripts/thunderbird-install similarity index 100% rename from scripts/thunderbird-install.bash rename to scripts/thunderbird-install