From 4e0830689f6458e48319c7e2ea7c9cef7140a0c8 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 12 May 2026 01:55:15 -0700 Subject: [PATCH] use raw url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1cf8a..21bbd9c 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Run the command below in the Proxmox VE Shell or a VM to install ibgw. ```bash -bash -c "$(curl -fsSL http://192.168.1.174:3000/alphane/ibgw/src/branch/main/ibgw.sh)" +bash -c "$(curl -fsSL http://192.168.1.174:3000/alphane/ibgw/raw/branch/main/ibgw.sh)" ```