From f6786ee12e5c555f0a6cac322339d8aae9647495 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 4 Mar 2021 13:37:59 +0100 Subject: [PATCH] Use vim-nox for ubuntu 20.04 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0cfba15..970d3cc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -156,7 +156,7 @@ ubuntu() { PGS=(ipython3 python3-pip tmate - vim-gtk) + vim-nox) ;; *) echo "Unsupported Ubuntu version: ${DISTRO_R}"