From e6524d8bed1586738d0d443c7d621ce230ced2f9 Mon Sep 17 00:00:00 2001 From: tumillanino Date: Fri, 31 Oct 2025 22:21:28 +1100 Subject: [PATCH] updated url in build package --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9372b31..b3443df 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -INSTALL_URL="https://github.com/miasma-os/miasma-installer/releases/latest/download/miasma-installer" +INSTALL_URL="https://git.miasma-os.com/miasma/miasma-installer/releases/latest/download/miasma-installer" INSTALL_PATH="/usr/local/bin/miasma-installer" echo "Miasma OS Installer"