mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
nightly: bundle systemd service files and install script
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user