antenka-bi /Den /диалог #30382640
live Metabase
← К юзеру #30382640 · 2026-04-08T19:07 → 2026-04-08T19:27 telegram 8 сообщ. · $0.0000

Den

проанализируй лог после ввода скрипта: ./install.sh: line 1: 404:: command not found root@LoganServ-2:~# url -sL https://raw.githubusercontent.com/anten-ka/kaskad-pro/main/install.sh -o install.sh && chmod +x install.sh && ./install.sh Command 'url' not found, did you mean: command 'curl' from snap curl (8.19.0) command 'yurl' from snap yurl (v0.6.3) command 'urh' from snap urh (2.9.3) command 'surl' from snap surl (0.8.0) command 'erl' from snap erlang (25.3) command 'ur' from deb libur-perl (0.470+ds-2) command 'erl' from deb erlang-base (1:25.3.2.8+dfsg-1ubuntu4.6) command 'curl' from deb curl (8.5.0-2ubuntu10.8) command 'ul' from deb bsdextrautils (2.39.3-9ubuntu6.5) command 'zurl' from deb zurl (1.12.0-1) command 'uil' from deb uil (2.3.8-3) See 'snap info <snapname>' for additional versions.
19:07:46 · 📜 архив (до 23.04)
curl -sL https://raw.githubusercontent.com/anten-ka/kaskad-pro/main/install.sh -o install.sh chmod +x install.sh ./install.sh ./install.sh: line 1: 404:: command not found root@LoganServ-2:~# rm -f install.sh root@LoganServ-2:~# curl -sL https://raw.githubusercontent.com/anten-ka/kaskad-pro/main/install.sh -o install.sh chmod +x install.sh
19:10:31 · 📜 архив (до 23.04)
root@LoganServ-2:~# cd ~ rm -f install.sh curl -v https://raw.githubusercontent.com/anten-ka/kaskad-pro/main/install.sh -o install.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host raw.githubusercontent.com:443 was resolved. * IPv6: 2606:50c0:8001::154, 2606:50c0:8002::154, 2606:50c0:8003::154, 2606:50c0:8000::154 * IPv4: 185.199.111.133, 185.199.108.133, 185.199.109.133, 185.199.110.133 * Trying 185.199.111.133:443... * Connected to raw.githubusercontent.com (185.199.111.133) port 443 * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: /etc/ssl/certs { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [19 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [2672 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519 / RSASSA-PSS * ALPN: server accepted h2 * Server certificate: * subject: CN=*.github.io * start date: Feb 6 21:41:53 2026 GMT * expire date: May 7 21:41:52 2026 GMT * subjectAltName: host "raw.githubusercontent.com" matched cert's "*.githubusercontent.com" * issuer: C=US; O=Let's Encrypt; CN=R12 * SSL certificate verify ok. * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [193 bytes data] * using HTTP/2 * [HTTP/2] [1] OPENED stream for https://raw.githubusercontent.com/anten-ka/kaskad-pro/main/install.sh * [HTTP/2] [1] [:method: GET] * [HTTP/2] [1] [:scheme: https] * [HTTP/2] [1] [:authority: raw.githubusercontent.com] * [HTTP/2] [1] [:path: /anten-ka/kaskad-pro/main/install.sh] * [HTTP/2] [1] [user-agent: curl/8.5.0] * [HTTP/2] [1] [accept: */*] } [5 bytes data] > GET /anten-ka/kaskad-pro/main/install.sh HTTP/2 > Host: raw.githubusercontent.com > User-Agent: curl/8.5.0 > Accept: */* > { [5 bytes data] < HTTP/2 404 < content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox < strict-transport-security: max-age=31536000 < x-content-type-options: nosniff < x-frame-options: deny < x-xss-protection: 1; mode=block < content-type: text/plain; charset=utf-8 < x-github-request-id: 695A:3F4EC2:125D25:13C011:69D6A880 < accept-ranges: bytes < date: Wed, 08 Apr 2026 19:12:00 GMT < via: 1.1 varnish < x-served-by: cache-ber1080024-BER < x-cache: MISS < x-cache-hits: 0 < x-timer: S1775675521.675657,VS0,VE135 < vary: Authorization,Accept-Encoding < access-control-allow-origin: * < cross-origin-resource-policy: cross-origin < x-fastly-request-id: 607d072b130a5fc5d97949333d102ad82385031f < expires: Wed, 08 Apr 2026 19:17:00 GMT < source-age: 0 < content-length: 14 < { [14 bytes data] 100 14 100 14 0 0 59 0 --:--:-- --:--:-- --:--:-- 59 * Connection #0 to host raw.githubusercontent.com left intact
19:13:55 · 📜 архив (до 23.04)
Всем ку. Ребязи, а где забрать скрипт для Kaskad Pro v2 можно? В инструкции не нашёл. Бот говорит ваще удалён с гита...
19:16:34 · 📜 архив (до 23.04)
Дк там закреплён видос ток на каскад v2 ж. Или выше который скрипт обновлен уже до v2? Нипанятна :(
19:23:02 · 📜 архив (до 23.04)
О, рил обновилось. Извиняюсь за "тупёж".... засиделся чё-т походу уже
19:26:48 · 📜 архив (до 23.04)
Спасибо
19:26:57 · 📜 архив (до 23.04)
Спасибо
19:27:09 · 📜 архив (до 23.04)