Normalize software names

This commit is contained in:
Manuel Thalmann 2024-10-13 15:35:24 +02:00
parent 48322bb1c3
commit 95d079bcaf
70 changed files with 59 additions and 59 deletions
scripts/Arch/Software/powershell

View file

@ -0,0 +1,12 @@
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
inherit "$dir/../../../Common/Software/powershell/main.fish"
function installSW
yayinst powershell-bin
end
runInstaller $argv
end