Skip to content

Commit

Permalink
DCA11Y-1145: run prebuild installation with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
flipatlas committed Sep 19, 2024
1 parent 5b8e67b commit 8ba94c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def p = "sh $basedir/install-fnm.sh".execute()
def p = "bash $basedir/install-fnm.sh".execute()
p.waitFor()
println p.text
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def p = "sh $basedir/install-nvm.sh".execute()
def p = "bash $basedir/install-nvm.sh".execute()
p.waitFor()
println p.text

0 comments on commit 8ba94c9

Please sign in to comment.