summarylogtreecommitdiffstats
path: root/.install
blob: 5224669a58fb61682cbc4f72cdbfead9b0c51f70 (plain)
1
2
3
4
5
#!/bin/sh

# Set permissions for the Go dir
chmod -R 755 "$GOPATH"/pkg/mod/
chown -R $USER:$USER "$GOPATH"/pkg/mod/