Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | Gogs: Export HOME variable
  • Loading branch information
MichaIng committed Oct 31, 2023
1 parent 48d2cd4 commit 32ac26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/software/gogs/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ G_AGDUG gcc libc6-dev "${deps[@]}"
# shellcheck disable=SC1091
. /etc/bashrc.d/go.sh
# - Trixie: Workaround for missing HOME, as we run dietpi-login from a systemd service instead of after an actual autologin, so that GOPATH is not defined either: go: go: module cache not found: neither GOMODCACHE nor GOPATH is set
[[ $HOME ]] || HOME='/root'
[[ $HOME ]] || export HOME='/root'
G_EXEC_OUTPUT=1 G_EXEC go install 'gogs.io/gogs@latest'

# Archive
Expand Down

0 comments on commit 32ac26a

Please sign in to comment.