https://github.com/hageldave/uamds
Tip revision: 4c2610ae3d5e84dc0491eea62d4d1e6a1e3ee937 authored by hageldave on 19 February 2023, 22:13:23 UTC
changed instructions for replication (now using a tag instead of hash)
changed instructions for replication (now using a tag instead of hash)
Tip revision: 4c2610a
install-dependencies.sh
#!/bin/bash
apt update
apt -y install openjdk-17-jdk
apt -y install maven
apt -y install git