From 6ce95547f4e00ce4814980e6813ffc78c0712192 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 18 Apr 2026 01:43:02 -0400 Subject: [PATCH] deploy: mark install.sh + pxe-setup.sh executable in git index Git on Windows dropped the exec bit when the files were first committed, so `sudo ./pxe-setup.sh` on the LXC errored with "command not found". Fix via `git update-index --chmod=+x`. Co-Authored-By: Claude Opus 4.7 --- deploy/install.sh | 0 deploy/pxe-setup.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 deploy/install.sh mode change 100644 => 100755 deploy/pxe-setup.sh diff --git a/deploy/install.sh b/deploy/install.sh old mode 100644 new mode 100755 diff --git a/deploy/pxe-setup.sh b/deploy/pxe-setup.sh old mode 100644 new mode 100755