From 685d77f1f35ba9c6e5bc4948481fd3944e6be4f8 Mon Sep 17 00:00:00 2001 From: dd Date: Tue, 25 Nov 2025 10:26:48 +0100 Subject: fixed vyos-1x build script for standalone repository mode --- new/scripts/vyos-1x.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'new/scripts') diff --git a/new/scripts/vyos-1x.sh b/new/scripts/vyos-1x.sh index 5a59385..f0b8451 100755 --- a/new/scripts/vyos-1x.sh +++ b/new/scripts/vyos-1x.sh @@ -26,4 +26,8 @@ if [ -d ../strongswan/ ]; then sudo sh -c 'eval $(opam env --root=/opt/opam --set-root); opam init --auto-setup && opam install pcre2 -y' fi -python3 ./build.py +if [ -f ./build.py ]; then + python3 ./build.py +else + /my-build-scripts/generic-build-script.sh +fi -- cgit v1.2.3