Renamed 'base-' scripts to remove 'base-' from them

This commit is contained in:
2025-11-05 11:26:45 -05:00
parent 3acf1af161
commit 8fd8e139b1
4 changed files with 1 additions and 1 deletions

View File

@@ -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`