Normalize software names
This commit is contained in:
parent
48322bb1c3
commit
95d079bcaf
70 changed files with 59 additions and 59 deletions
scripts/Common/Software/nodejs-n
15
scripts/Common/Software/nodejs-n/main.fish
Executable file
15
scripts/Common/Software/nodejs-n/main.fish
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
|
||||
function installSW
|
||||
npm install --global n
|
||||
end
|
||||
|
||||
function configureSW
|
||||
n install latest
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue