From 1b1460c28bb5ab8b6b08fc12b6c46b56782cab02 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 8 Aug 2019 22:45:55 +0200 Subject: [pkg] add-apt-repository not installed by default --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3