#!/bin/bash set -e source libs/env_deploy.sh ENV_NEKORAY=1 source libs/get_source_env.sh pushd .. #### if [ ! -d "sing-box" ]; then git clone --no-checkout https://github.com/MatsuriDayo/sing-box.git fi pushd sing-box git checkout "$COMMIT_SING_BOX" popd #### if [ ! -d "libneko" ]; then git clone --no-checkout https://github.com/MatsuriDayo/libneko.git fi pushd libneko git checkout "$COMMIT_LIBNEKO" popd #### popd