When trying to install using a script (install.sh), it reaches the package tests and the script stops working. Tested on Debian 13 and Ubuntu 26.04.
go: downloading github.com/gorilla/websocket v1.5.3
? github.com/telegramdesktop/tproxy-server/cmd/tproxy-server [no test files]
ok github.com/telegramdesktop/tproxy-server/internal/bridge 0.008s
--- FAIL: TestLoadAcceptsSystemdCredentialReadPermissions (0.00s)
config_test.go:248: group/other-readable profiles file outside a credential directory was accepted
FAIL
FAIL github.com/telegramdesktop/tproxy-server/internal/config 0.009s
ok github.com/telegramdesktop/tproxy-server/internal/frame 0.006s
ok github.com/telegramdesktop/tproxy-server/internal/server 1.357s
ok github.com/telegramdesktop/tproxy-server/internal/session 0.097s
FAIL
When trying to install using a script (install.sh), it reaches the package tests and the script stops working. Tested on Debian 13 and Ubuntu 26.04.