This commit is contained in:
Your Name
2024-02-13 00:49:09 -06:00
parent 412553e741
commit 3fc6fa0b52

View File

@@ -28,7 +28,7 @@ if [ "$timeout" -gt 0 ]; then
git fetch origin "$branch"
# Checkout the target branch forcefully, ignoring submodules as in the Python example
git checkout --force --no-recurse-submodules -B "$branch" FETCH_HEAD
git checkout --force --no-recurse-submodules -B "$branch"
# Reset the local changes hard, clean the directory including untracked files and directories,
# and ensure submodules are in sync, updated, and also reset hard
@@ -53,8 +53,6 @@ fi
# Blank the UI (assuming framebuffer device is /dev/fb0)
# This command clears the framebuffer, effectively blanking the screen
dd if=/dev/zero of=/dev/fb0 &> /dev/null
export PASSIVE="0"
exec ./launch_chffrplus.sh