aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-22 23:22:26 -0600
committerCraig Jennings <c@cjennings.net>2026-02-22 23:22:26 -0600
commitb8f4bf5e9caae747345dfab05ef9e5c2b2cb6de6 (patch)
tree6ae5047fced0a843871451356a5582ef2f8e449d /Makefile
parenta926bb6ed1baec156bb88d02beb234c457e656f6 (diff)
downloadarchangel-b8f4bf5e9caae747345dfab05ef9e5c2b2cb6de6.tar.gz
archangel-b8f4bf5e9caae747345dfab05ef9e5c2b2cb6de6.zip
remove skeleton archsetup-zfs script
Non-functional stub that printed "this is a skeleton" — worse than not having it. Removed from build.sh, Makefile, and file permissions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b9ff36..2a8fcfe 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ all: lint build
# Lint all bash scripts
lint:
@echo "==> Running shellcheck..."
- @shellcheck -x build.sh scripts/*.sh custom/archangel custom/archsetup-zfs custom/zfsrollback custom/zfssnapshot custom/lib/*.sh || true
+ @shellcheck -x build.sh scripts/*.sh custom/archangel custom/zfsrollback custom/zfssnapshot custom/lib/*.sh || true
@echo "==> Shellcheck complete"
# Build the ISO (requires sudo)