diff --git a/README.md b/README.md index c91669a..be0db78 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The purpose of this branch is to modularize as many functions of the scripts as possible, i.e. by moving all Debian related commands into the Debian-specific script, move all EFI related commands into its own script, etc. ## Checklist -[ ] Rename all `base-` scripts to remove `base-` +[X] Rename all `base-` scripts to remove `base-` [ ] Move (at least almost) all Debian related commands and tasks to `debian.sh` [ ] Move (at least almost) all Fedora related commands and tasks to `fedora.sh` [ ] Move (at least almost) all elementary OS related commands and tasks to `elementary.sh` diff --git a/base-debian.sh b/debian.sh similarity index 100% rename from base-debian.sh rename to debian.sh diff --git a/base-elementary.sh b/elementary.sh similarity index 100% rename from base-elementary.sh rename to elementary.sh diff --git a/base-fedora.sh b/fedora.sh similarity index 100% rename from base-fedora.sh rename to fedora.sh