https://bugzilla.wikimedia.org/show_bug.cgi?id=58035
--- Comment #5 from Ċ½eljko Filipin <[email protected]> --- According to http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html, -h should be used instead of -f. curl -s -o use-node https://repository-cloudbees.forge.cloudbees.com/distributions/ci-addons/node/use-node NODE_VERSION=0.11.8 . ./use-node npm install phantomjs mkdir -p $HOME/bin if [ ! -h $HOME/bin/phantomjs ] then ln -Fs /scratch/jenkins/workspace/phantomjs/node_modules/phantomjs/lib/phantom/bin/phantomjs $HOME/bin/phantomjs fi -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
