mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-16 05:13:22 +00:00
10 lines
299 B
Bash
10 lines
299 B
Bash
if ! has box_direnv_version || ! box_direnv_version 0.1.0; then
|
|
source_url "https://raw.githubusercontent.com/thesola10/box-direnv/0.1.0/direnvrc" "sha256-pznp4/w7UzNAqreaLuGgq4/CTFjMedC376xnIWr5s+U="
|
|
fi
|
|
|
|
source .env
|
|
export ARKROOT
|
|
echo "0=$PWD" > $XDG_RUNTIME_DIR/psplink-bindings
|
|
|
|
use distrobox
|