install: install scripts first when all

So it gets updated first
This commit is contained in:
2 * r + 2 * t
2025-03-02 12:31:00 +11:00
parent 8db8ed15b3
commit 8baa5e3be0
+1 -1
View File
@@ -36,7 +36,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
set -l valid_modules discord fish foot fuzzel hypr safeeyes scripts shell gtk vscode
set -l valid_modules scripts discord fish foot fuzzel hypr safeeyes shell gtk vscode
if test "$argv[2]" = all
for module in $valid_modules
$src/install/$module.fish $argv[3..]