summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cecac5e..e26ada2 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ all: icon locales build
install_go:
# the version of go in bionic is too old. let's get something newer from a ppa.
+ @sudo apt install software-properties-common
@sudo add-apt-repository ppa:longsleep/golang-backports
@sudo apt-get update
@sudo apt-get install golang-go