Streamline names of installer files

This commit is contained in:
Manuel Thalmann 2024-10-12 18:13:41 +02:00
parent aa78b5f335
commit 48322bb1c3
44 changed files with 42 additions and 42 deletions
scripts/Common/Software/git

View file

@ -1,7 +1,7 @@
#!/bin/env fish
begin
set -l dir (status dirname)
set -l base "$dir/Manage.ps1"
set -l base "$dir/Main.ps1"
source "$(status dirname)/../../Scripts/software.fish"
function configureSW -S -V base