From 7b8813f8a767051589c7011cae6f1e214694b394 Mon Sep 17 00:00:00 2001 From: paltovkone Date: Sun, 15 Mar 2026 18:02:52 +0400 Subject: [PATCH] in.vpn.nakolenke.org bump --- vpn_node/scripts/download.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vpn_node/scripts/download.sh b/vpn_node/scripts/download.sh index 619da86..d93b704 100755 --- a/vpn_node/scripts/download.sh +++ b/vpn_node/scripts/download.sh @@ -11,3 +11,8 @@ unzip -q dist.zip -d dist/ ln -sfn nakolenke_vpn_node-${VERSION} dist/current echo "✓ downloaded v2ray v${VERSION}" ls -lh dist/ + +echo "✓ downloaded vpn_node v${VERSION}" +ls -la dist/current/ +ls -la dist/current/systemd/ 2>/dev/null || echo "❌ systemd dir not found" +ls -la dist/current/debian/ 2>/dev/null || echo "❌ debian dir not found"