Compare commits
11 Commits
3394707359
...
1.16.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fb307bfe7 | |||
| 962f1f1b02 | |||
| b2d04bf7b7 | |||
| cb1b962c58 | |||
| b2834d0ecd | |||
| 88e68b92f2 | |||
| c043929258 | |||
| 81cd2e62fd | |||
| cb32f0e45a | |||
| 811efe870d | |||
| 1cd52992e8 |
2
external/bin/MD5SUM
vendored
2
external/bin/MD5SUM
vendored
@@ -1 +1 @@
|
|||||||
009b167d97fcf1e2b07cd0666d5d0845
|
69ef1b9de41e06e9c3a13903a0c46e89
|
||||||
BIN
external/bin/linusware.tar.gz
vendored
BIN
external/bin/linusware.tar.gz
vendored
Binary file not shown.
6
external/status.json
vendored
6
external/status.json
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.0",
|
"version": "1.16.0",
|
||||||
"updated": false,
|
"updated": true,
|
||||||
"log": "fixed launcher not supporting new strict format\n(commit 69ccc3a32a)"
|
"log": "updated for latest sober version"
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user