From dafe9cb8cfef93dbc39b56d81e366f8157a36bb6 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 30 Apr 2023 15:38:09 -0600 Subject: [PATCH] Fix channel --- ishare2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ishare2 b/ishare2 index e0a8e0a..216d911 100755 --- a/ishare2 +++ b/ishare2 @@ -2,7 +2,7 @@ #October, 2022 # Constants # ishare2 configuration -CHANNEL="main" # you can change this to available branches in github.com/pnetlabrepo/ishare2 +CHANNEL="alpha" # you can change this to available branches in github.com/pnetlabrepo/ishare2 ISHARE2_DIR="/opt/ishare2/cli" SOURCES="$ISHARE2_DIR/sources.list" VERSION="v2.0.6-alpha" # Script version