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