mirror of
https://github.com/winesapOS/winesapOS.git
synced 2025-11-27 13:59:45 +00:00
6 lines
132 B
Bash
Executable file
6 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# shellcheck disable=SC1091
|
|
. "$(dirname "$0")/winesapos-env-minimal.sh"
|
|
export \
|
|
WINESAPOS_BUILD_CHROOT_ONLY=true
|