xmppbot/.ci/ubuntu_install.sh

4 lines
98 B
Bash
Raw Normal View History

2021-04-29 21:56:26 +02:00
#!/bin/bash
apt-get update -qq
2021-05-01 22:32:41 +02:00
apt-get install cmake git gcc g++ make ninja-build qtbase5-dev -qq