From 1b4dac7b0677af3617c700d129587f1d3a76b26c Mon Sep 17 00:00:00 2001 From: Julian Prester Date: Sun, 7 Jun 2026 15:34:13 +1000 Subject: [PATCH] update git path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5b2f3..d4054f8 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Detection is in `lib/distro.sh`. It sets variables like `$PKG_INSTALL`, ## Quick Start ```bash -git clone https://github.com/julianprester/linux-provision.git ~/linux-provision && bash ~/linux-provision/provision.sh --all +git clone https://git.julianprester.com/julianprester/linux-provision.git ~/linux-provision && bash ~/linux-provision/provision.sh --all ``` Or run individual stages: