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
commit9d65d4ed1e0c79d58511d33beab62cb12ed278d4 (patch)
tree6ae5047fced0a843871451356a5582ef2f8e449d /Makefile
parent238b717a4d37cb43bc46b2539d0880903c6883c6 (diff)
downloadarchangel-9d65d4ed1e0c79d58511d33beab62cb12ed278d4.tar.gz
archangel-9d65d4ed1e0c79d58511d33beab62cb12ed278d4.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)