mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
add bump lazycore script
This commit is contained in:
parent
dba0edb998
commit
c370a5e728
1 changed files with 5 additions and 0 deletions
5
scripts/bump_lazycore.sh
Executable file
5
scripts/bump_lazycore.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
# Go's proxy servers are not very up-to-date so that's why we use `GOPROXY=direct`
|
||||
# We specify the `awesome` branch to avoid the default behaviour of looking for a semver tag.
|
||||
GOPROXY=direct go get -u github.com/jesseduffield/lazycore@master && go mod vendor && go mod tidy
|
||||
|
||||
# Note to self if you ever want to fork a repo be sure to use this same approach: it's important to use the branch name (e.g. master)
|
Loading…
Add table
Add a link
Reference in a new issue