From f8d1919f58a8ffa7a8bd32da753974efe0e6da73 Mon Sep 17 00:00:00 2001 From: simylein <67859356+simylein@users.noreply.github.com> Date: Fri, 23 Apr 2021 23:46:02 +0200 Subject: [PATCH] update to setup from main branch --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 625c823..5a88bf4 100644 --- a/setup.sh +++ b/setup.sh @@ -8,7 +8,7 @@ TERM="xterm" # branch selection from for github -branch="testing" +branch="main" # command line colours black="$(tput setaf 0)"