diff options
Diffstat (limited to 'tools/create-openbsd-gce-ci.sh')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 1d4ed9415..97ec0e2cc 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -32,6 +32,7 @@ cat >install.site <<EOF PKGS="bash gcc%8 git gmake go llvm%19 nano wget" PKG_PATH=${SNAPSHOTS}packages/${ARCH}/ pkg_add -I \$PKGS PKG_PATH= pkg_info -I \$PKGS && echo pkg_add OK +ln -s /usr/local/bin/clang-format{-19,} echo 'set tty com0' > boot.conf echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config |
