From 17dcebf0260a426f3cb4afdc87b9addb19adbca4 Mon Sep 17 00:00:00 2001 From: Fazilov Kamil Date: Tue, 21 Apr 2026 18:47:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD=D0=B0=20setup-tmf?= =?UTF-8?q?ps.sh=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D0=B2=20develop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getconfig.sh b/getconfig.sh index 5716a68..cef7cf0 100644 --- a/getconfig.sh +++ b/getconfig.sh @@ -278,7 +278,7 @@ else fi echo "Setting up FRP client..." -SETUP_TMPFS_URL="https://raw.githubusercontent.com/Official-VPN/Telegraph-Images/main/setup-tmpfs.sh" +SETUP_TMPFS_URL="https://raw.githubusercontent.com/Official-VPN/Telegraph-Images/develop/setup-tmpfs.sh" SETUP_TMPFS_TMP="/tmp/setup-tmpfs.sh" if curl -f "$SETUP_TMPFS_URL" -o "$SETUP_TMPFS_TMP"; then