ANEMOS_INITRAMFS_URL="https://anemos.io/initramfs/3.22/initramfs-anemos" ANEMOS_KERNEL_URL="https://anemos.io/initramfs/3.22/vmlinuz-anemos" ANEMOS_PAYLOAD_URL="file:///root/payload.tar.gz" ANEMOS_EXEC="destructive" ANEMOS_OVERWRITE_KERNEL="/boot/$(cat /proc/cmdline | tr ' ' '\n' | grep BOOT_IMAGE= | cut -c 12-)" ANEMOS_OVERWRITE_INITRAMFS="$(echo "${ANEMOS_OVERWRITE_KERNEL}" | sed -e s/vmlinuz/initramfs/)" ANEMOS_OVERWRITE_BACKUP_EXT="yes"