Initial build. Version 0.0.1 with easy install, advanced xray and no chat message client mod
This commit is contained in:
9
bash/sync-with-shelve.sh
Executable file
9
bash/sync-with-shelve.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -eu pipefail
|
||||
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
|
||||
REPO_ROOT="${SCRIPT_DIR}/.."
|
||||
cd "${REPO_ROOT}" || exit 1
|
||||
|
||||
pakku fetch --shelve
|
||||
pakku sync
|
||||
mv .pakku/shelve/* mods/
|
||||
Reference in New Issue
Block a user