mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 10:33:41 +01:00
Try to fix CI
This commit is contained in:
parent
f521bbf00e
commit
e17d346639
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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")")"
|
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||||
BUILD_DIR="${SCRIPT_DIR}/work/root/"
|
BUILD_DIR="${SCRIPT_DIR}/work/root/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user