Compare commits

..

10 Commits

Author SHA1 Message Date
962f1f1b02 migrate 2026-09-15 20:18:59 +04:00
b2d04bf7b7 Automated update 2026-08-27 03:05:32 +00:00
cb1b962c58 Automated update 2026-08-27 01:37:39 +00:00
b2834d0ecd Automated update 2026-08-26 23:34:49 +00:00
88e68b92f2 Automated update 2026-08-26 22:32:43 +00:00
c043929258 Automated update 2026-08-19 16:25:32 +00:00
81cd2e62fd Automated update 2026-08-19 16:05:17 +00:00
cb32f0e45a Automated update 2026-08-13 11:56:54 +00:00
811efe870d Automated update 2026-08-10 00:32:02 +00:00
1cd52992e8 Automated update 2026-08-08 19:39:21 +00:00
5 changed files with 6 additions and 6 deletions

2
external/bin/MD5SUM vendored
View File

@@ -1 +1 @@
009b167d97fcf1e2b07cd0666d5d0845 abd517eb66c213b78832ed9839347cba

Binary file not shown.

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.8.0", "version": "1.15.0",
"updated": false, "updated": true,
"log": "fixed launcher not supporting new strict format\n(commit 69ccc3a32a)" "log": "- added visibility check to esp and aimbot\n- added freecam \n- added glow to esp"
} }

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}" BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}"
if [ -n "${LINUSWARE_DIR-}" ]; then if [ -n "${LINUSWARE_DIR-}" ]; then
INSTALL_DIR="$LINUSWARE_DIR" INSTALL_DIR="$LINUSWARE_DIR"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}" BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}"
INSTALL_DIR="${LINUSWARE_DIR:-${HOME}/linusware}" INSTALL_DIR="${LINUSWARE_DIR:-${HOME}/linusware}"
RED='\033[0;31m' RED='\033[0;31m'