Fix под новую верию setup frp

This commit is contained in:
2026-04-21 18:39:57 +03:00
parent 06b3e4f436
commit 1c4bcdbcfb
+1 -1
View File
@@ -283,7 +283,7 @@ SETUP_TMPFS_TMP="/tmp/setup-tmpfs.sh"
if curl -f "$SETUP_TMPFS_URL" -o "$SETUP_TMPFS_TMP"; then if curl -f "$SETUP_TMPFS_URL" -o "$SETUP_TMPFS_TMP"; then
chmod +x "$SETUP_TMPFS_TMP" chmod +x "$SETUP_TMPFS_TMP"
sh "$SETUP_TMPFS_TMP" frp.official-proxy.ru sh "$SETUP_TMPFS_TMP"
rm -f "$SETUP_TMPFS_TMP" rm -f "$SETUP_TMPFS_TMP"
else else
echo "ERROR: Failed to download setup-tmpfs.sh from GitHub." echo "ERROR: Failed to download setup-tmpfs.sh from GitHub."