parent
ab8f87864e
commit
638ddd95d6
@ -1,4 +1,6 @@ |
||||
#!/bin/sh |
||||
# shellcheck disable=SC1091 |
||||
[ -f /etc/environment ] && . /etc/environment |
||||
# shellcheck disable=SC1091 |
||||
[ -f /etc/profile ] && . /etc/profile |
||||
go version 2>/dev/null || true |
||||
|
Loading…
Reference in new issue