diff options
| author | dd <dd@wx.tnyzeq.icu> | 2025-08-10 10:20:54 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2025-08-10 10:20:54 +0200 |
| commit | ea9778ff832f82a02476e6c967d52ec61138c88a (patch) | |
| tree | c4ea379b7370bb0d33d315d77db50c7592e8a330 /new/scripts | |
| parent | 8f60c02131f8f81c19268aadf8214643d132dcd6 (diff) | |
| download | vyos-jenkins-ea9778ff832f82a02476e6c967d52ec61138c88a.tar.gz vyos-jenkins-ea9778ff832f82a02476e6c967d52ec61138c88a.zip | |
circinus: fixed vyos-utils build dependencies
Diffstat (limited to 'new/scripts')
| -rwxr-xr-x | new/scripts/vyos-utils.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/new/scripts/vyos-utils.sh b/new/scripts/vyos-utils.sh new file mode 100755 index 0000000..48ab736 --- /dev/null +++ b/new/scripts/vyos-utils.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -e +sudo apt-get update +sudo apt-get install -y ocaml dune +eval $(opam env --root=/opt/opam --set-root) +/my-build-scripts/generic-build-script.sh |
