1. 15 May, 2019 1 commit
  2. 14 May, 2019 1 commit
  3. 13 May, 2019 1 commit
  4. 11 May, 2019 2 commits
  5. 30 Apr, 2019 1 commit
  6. 26 Apr, 2019 3 commits
  7. 23 Apr, 2019 1 commit
  8. 17 Apr, 2019 2 commits
  9. 03 Apr, 2019 2 commits
  10. 29 Mar, 2019 1 commit
  11. 28 Mar, 2019 1 commit
  12. 05 Mar, 2019 4 commits
  13. 01 Mar, 2019 1 commit
  14. 27 Feb, 2019 2 commits
  15. 26 Feb, 2019 1 commit
    • Oli Evans's avatar
      fix: show interactive output from install.sh · c1876006
      Oli Evans authored
      When trying out the latest rc, i used the `./install.sh`
      It hung, with no output. I removed the 2> /dev/null and
      it turned out mv was waiting for user input to confirm
      the change of file permssions from 555 to 755.
      
      This PR removes piping the output from mv to /dev/null
      as it seems like the safest fix.
      
      An alternative would be to just add -f but i've err'd
      on the side of caution.
      
      If also tweaked the second condition basedo on the
      recommendations of shellcheck
      see: https://github.com/koalaman/shellcheck/wiki/SC2166
      
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      c1876006
  16. 25 Feb, 2019 1 commit
  17. 19 Feb, 2019 1 commit
  18. 18 Feb, 2019 1 commit
  19. 11 Feb, 2019 1 commit
  20. 08 Feb, 2019 1 commit
  21. 30 Jan, 2019 3 commits
  22. 28 Jan, 2019 1 commit
  23. 24 Jan, 2019 1 commit
  24. 10 Jan, 2019 1 commit
  25. 09 Jan, 2019 1 commit
  26. 08 Jan, 2019 3 commits
  27. 05 Jan, 2019 1 commit