diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-11-25 18:06:29 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-11-25 18:06:29 -0700 |
| commit | 186f2aaaa8f978fb4c61a44061fc4ab7eb1b817c (patch) | |
| tree | 8fff1b2bd4b752e7a27ca4038e824569547ef7ef | |
| parent | a17e5f6adaae2b6f6502206fd71b170734a6b12d (diff) | |
symlink go bin
| -rwxr-xr-x | .ci-make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index 03192ef..d139fa5 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -147,6 +147,7 @@ case "$1" in apt update apt install --no-install-recommends -y git-lfs apt install -y -t bookworm-backports golang-1.20 + ln -sf /usr/lib/go-1.20/bin/go /usr/local/bin/go adduser --quiet --comment forgejo --disabled-password forgejo chown -R forgejo:forgejo . ;; |
