nightly: bundle systemd service files and install script

This commit is contained in:
Alex Zenla
2024-03-05 22:17:14 +00:00
parent a5af3ffbe7
commit 0f85e30149
8 changed files with 82 additions and 28 deletions

View File

@ -10,7 +10,7 @@ if [ ! -f "${SRC_DIR_NAME}/Makefile" ]
then
rm -rf "${SRC_DIR_NAME}"
curl -L -o "${SRC_DIR_NAME}.txz" "${KERNEL_SRC_URL}"
tar xvf "${SRC_DIR_NAME}.txz"
tar xf "${SRC_DIR_NAME}.txz"
rm "${SRC_DIR_NAME}.txz"
fi