Improve name of update scripts
This commit is contained in:
@@ -23,18 +23,18 @@
|
|||||||
file = {
|
file = {
|
||||||
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
|
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
|
||||||
|
|
||||||
"bin/system-update.sh" = {
|
"bin/supdate" = {
|
||||||
source = ../../scripts/system-update.sh;
|
source = ../../scripts/supdate;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"bin/home-update.sh" = {
|
"bin/hmupdate" = {
|
||||||
source = ../../scripts/home-update.sh;
|
source = ../../scripts/hmupdate;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"bin/update.sh" = {
|
"bin/update" = {
|
||||||
source = ../../scripts/update.sh;
|
source = ../../scripts/update;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user