From 98dd15cde2bb6a88c0a73c1459e727442983d63c Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 24 Feb 2025 14:47:16 +0800 Subject: [PATCH] Try to solve #1132 --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 4714fc9ac..21935c647 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -117,7 +117,7 @@ install-MicroTeX (){ # Not for Arch(based) distro. install-uv (){ - x curl -LsSf https://astral.sh/uv/install.sh | sh + x bash <(curl -s "https://astral.sh/uv/install.sh") } # Both for Arch(based) and other distros.