up.sh 272 B

12345678910111213
  1. #!/bin/bash
  2. sudo apt-get -y install parallel
  3. # Can not build ppc64le version because
  4. # OpenPower Minicloud is having
  5. # emergency maintenance.
  6. # ~/repos/wekan/releases/up-o.sh $1
  7. {
  8. ~/repos/wekan/releases/up-a.sh $1
  9. ~/repos/wekan/releases/up-s.sh $1
  10. } | parallel -k