1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-25 19:59:12 +01:00

Try to fix CI

This commit is contained in:
Manawyrm 2023-06-29 22:34:26 +02:00
parent f521bbf00e
commit e17d346639

@ -1,5 +1,8 @@
#!/bin/bash
# *sigh*, some docker containers don't seem to have sbin in their PATH
export PATH=$PATH:/usr/sbin
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
BUILD_DIR="${SCRIPT_DIR}/work/root/"