diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 13:55:34 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 13:55:34 -0700 |
| commit | 05aefd461c18a4c16a98c18f8218ff8494b80577 (patch) | |
| tree | e738759b7f49b9dcaa6164b8dd5d861f916ee74d | |
| parent | 0e325696fd48da1836cb175907c016e4642ba6de (diff) | |
MOD: add new repo.
| -rwxr-xr-x | mp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/mp.sh b/mp.sh index b82708f..f8fd016 100755 --- a/mp.sh +++ b/mp.sh | |||
| @@ -4,7 +4,7 @@ set -e | |||
| 4 | WD="${WD:-/usr/mp}" | 4 | WD="${WD:-/usr/mp}" |
| 5 | PORTS="${PORTS:-/usr/ports/ports}" | 5 | PORTS="${PORTS:-/usr/ports/ports}" |
| 6 | PORTS_DIR="${PORTS_DIR:-/usr/ports}" | 6 | PORTS_DIR="${PORTS_DIR:-/usr/ports}" |
| 7 | PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}" | 7 | PORTS_REPO="${PORTS_REPO:-https://git.0druid.cc/druid520/ports.git}" |
| 8 | STATUS="$WD/status" | 8 | STATUS="$WD/status" |
| 9 | INSTALLED="$WD/installed" | 9 | INSTALLED="$WD/installed" |
| 10 | EXTINSTALLED="$WD/extinstalled" | 10 | EXTINSTALLED="$WD/extinstalled" |
