Improve name of update scripts

This commit is contained in:
2021-11-12 00:52:20 +00:00
parent f782bdfe7f
commit abaaab3f00
4 changed files with 6 additions and 6 deletions

View File

@@ -23,18 +23,18 @@
file = {
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
"bin/system-update.sh" = {
source = ../../scripts/system-update.sh;
"bin/supdate" = {
source = ../../scripts/supdate;
executable = true;
};
"bin/home-update.sh" = {
source = ../../scripts/home-update.sh;
"bin/hmupdate" = {
source = ../../scripts/hmupdate;
executable = true;
};
"bin/update.sh" = {
source = ../../scripts/update.sh;
"bin/update" = {
source = ../../scripts/update;
executable = true;
};
};