Skip to content
Snippets Groups Projects
Unverified Commit 93e1de57 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] make updating go easier

parent 4cd62662
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,13 @@ all: icon locales build
# go build
#########################################################################
install_go:
# the version of go in bionic is too old. let's get something newer from a ppa.
@sudo add-apt-repository ppa:longsleep/golang-backports
@sudo apt-get update
@sudo apt-get install golang-go
depends:
-@make depends$(UNAME)
@go get -u golang.org/x/text/cmd/gotext github.com/cratonica/2goarray
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment