#!/bin/bash # Copyright 2024 Overte e.V. # SPDX-License-Identifier: Apache-2.0 # OS=debian-11 TAG=2024.06.1 ARCH=amd64 ./build_server_package.bash # Currently supported OSs debian-11 debian-12 ubuntu-20.04 ubuntu-22.04 ubuntu-24.04 fedora-39 fedora-40 rockylinux-9 # Remember to add a CMAKE_BACKTRACE_URL below if applicable. echo "Cloning Overte $TAG …" git clone --depth 1 --branch $TAG https://github.com/overte-org/overte.git Overte-$TAG-$OS-$ARCH cd Overte-$TAG-$OS-$ARCH cat > commands.bash <