From 1c4bcdbcfb35023f6491f396e86d8ea16db50ee4 Mon Sep 17 00:00:00 2001 From: Fazilov Kamil Date: Tue, 21 Apr 2026 18:39:57 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20=D0=BF=D0=BE=D0=B4=20=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=83=D1=8E=20=D0=B2=D0=B5=D1=80=D0=B8=D1=8E=20setup=20frp?= 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 c89c37a..5716a68 100644 --- a/getconfig.sh +++ b/getconfig.sh @@ -283,7 +283,7 @@ SETUP_TMPFS_TMP="/tmp/setup-tmpfs.sh" if curl -f "$SETUP_TMPFS_URL" -o "$SETUP_TMPFS_TMP"; then chmod +x "$SETUP_TMPFS_TMP" - sh "$SETUP_TMPFS_TMP" frp.official-proxy.ru + sh "$SETUP_TMPFS_TMP" rm -f "$SETUP_TMPFS_TMP" else echo "ERROR: Failed to download setup-tmpfs.sh from GitHub."