diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-08 22:45:55 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-08 22:45:55 +0200 |
commit | 1b1460c28bb5ab8b6b08fc12b6c46b56782cab02 (patch) | |
tree | c0ae3129106f71b6799d341625c52f390004071a /Makefile | |
parent | b652e25d012173b1ce73b1c454900cf4617752c8 (diff) |
[pkg] add-apt-repository not installed by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |