1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 08:36:59 +00:00

Makefile: remove akpall-ignition.raw

This commit is contained in:
2026-02-05 16:39:35 +02:00
parent ad49207f4f
commit 4aa09663d1

View File

@@ -6,7 +6,7 @@ config.json: config.yaml
< config.yaml > config.json < config.yaml > config.json
reset: config.json reset: config.json
if [ ! -f config.json ]; then \ if [[ ! -f config.json ]]; then \
echo "No config.json" && \ echo "No config.json" && \
exit 1; \ exit 1; \
fi; \ fi; \
@@ -22,7 +22,3 @@ update:
VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \ VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \
echo $${VER} && \ echo $${VER} && \
ssh akpella sudo flatcar-update -V $${VER} -A ssh akpella sudo flatcar-update -V $${VER} -A
akpall-ignition.raw:
curl -Os https://github.com/akpall/sysext-bakery/blob/akpella/akpall-ignition.raw
.PHONY: akpall-ignition.raw