Improve name of update scripts
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user