wekan/releases/up.sh

14 lines
272 B
Bash
Raw Normal View History

#!/bin/bash
2021-02-08 22:16:55 +02:00
sudo apt-get -y install parallel
# Can not build ppc64le version because
# OpenPower Minicloud is having
# emergency maintenance.
# ~/repos/wekan/releases/up-o.sh $1
{
~/repos/wekan/releases/up-a.sh $1
~/repos/wekan/releases/up-s.sh $1
} | parallel -k