From 284ccd854fad4118cf513b6be7b0b782608bcf87 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Tue, 6 Oct 2015 19:56:21 +0200 Subject: [PATCH] Moved scripts to scripts/ folder --- README.md | 4 ++-- firefox-install.bash => scripts/firefox-install.bash | 0 thunderbird-install.bash => scripts/thunderbird-install.bash | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename firefox-install.bash => scripts/firefox-install.bash (100%) rename thunderbird-install.bash => scripts/thunderbird-install.bash (100%) diff --git a/README.md b/README.md index 77c0daf..9e898fe 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ _Note: The scripts are compatible with all GNU/Linux distributions._ ### External links: -[Mozilla official website](https://www.mozilla.org/) -[Mozilla HTTP server files](http://archive.mozilla.org/pub/) + * [Mozilla official website](https://www.mozilla.org/) + * [Mozilla HTTP server files](http://archive.mozilla.org/pub/) diff --git a/firefox-install.bash b/scripts/firefox-install.bash similarity index 100% rename from firefox-install.bash rename to scripts/firefox-install.bash diff --git a/thunderbird-install.bash b/scripts/thunderbird-install.bash similarity index 100% rename from thunderbird-install.bash rename to scripts/thunderbird-install.bash