From 4c51824ced2adefc562ff71d1eaf461b4b860279 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sun, 9 May 2021 23:27:37 -0300 Subject: [PATCH] Corrected wrong branch (#32) --- install.sh | 2 +- legacy/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3b79fe5d..de88abc9 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # these variables can be overwritten : "${PREFIX:=/usr}" -: "${TAG:=master}" +: "${TAG:=main}" : "${uninstall:=false}" bin_name="suru-plus-folders" diff --git a/legacy/install.sh b/legacy/install.sh index b015766f..44971753 100755 --- a/legacy/install.sh +++ b/legacy/install.sh @@ -4,7 +4,7 @@ set -e # these variables can be overwritten : "${PREFIX:=/usr}" -: "${TAG:=master}" +: "${TAG:=main}" : "${uninstall:=false}" bin_name="suru-plus-folders"