From 4d68d1f08e3db444bf0ed8966eec09b62afa3fb5 Mon Sep 17 00:00:00 2001 From: beenull Date: Sat, 19 Oct 2024 12:35:36 +0000 Subject: [PATCH] Update setup/bootstrap.sh --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 5264386..20536c2 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -86,7 +86,7 @@ if [ ! -d $HOME/mailinabox ]; then echo Downloading Mail-in-a-Box $TAG. . . git clone \ -b $TAG --depth 1 \ - https://github.com/ddavness/power-mailinabox \ + https://git.nibbletools.com/beenull/power-mailinabox \ $HOME/mailinabox \ < /dev/null 2> /dev/null