From fad10394700b745b2711bd02f72909464696bb29 Mon Sep 17 00:00:00 2001 From: Laura Date: Sat, 21 Jun 2025 19:30:16 +0200 Subject: [PATCH] update url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6326aa1..6a2c064 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This script will detect your OS (`linux`/`darwin`) and CPU (`amd64`/`arm64`), download the correct binary and install it to `/usr/local/bin/up`. ```bash -curl -sL https://raw.githubusercontent.com/coalaura/up/master/install.sh | sh +curl -sL https://src.w2k.sh/up/install.sh | sh ``` ## Quick Start