Normalize software names
This commit is contained in:
parent
48322bb1c3
commit
95d079bcaf
70 changed files with 59 additions and 59 deletions
scripts/Arch/Software/powershell
12
scripts/Arch/Software/powershell/main.fish
Executable file
12
scripts/Arch/Software/powershell/main.fish
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue