Fix install-uv()

This commit is contained in:
clsty
2025-03-01 07:12:18 +08:00
parent a6ec670315
commit ca3ae088cf
+1 -1
View File
@@ -117,7 +117,7 @@ install-MicroTeX (){
# Not for Arch(based) distro. # Not for Arch(based) distro.
install-uv (){ install-uv (){
x bash <(curl -s "https://astral.sh/uv/install.sh") x bash <(curl -LJs "https://astral.sh/uv/install.sh")
} }
# Both for Arch(based) and other distros. # Both for Arch(based) and other distros.